[완료] cygwin 의 ctags 가 서브디렉토리를 스켄하지 않는군요...

doodoo의 이미지

시그윈에서 ctags -R . * 했더니...
현재 디렉토리만 검색을해서 tags 파일을 생성하는 군요...
이리저리 뒤지다가 발견한 내용...

ctags --help 내용입니다.

-r REGEXP, --regex=REGEXP or --regex=@regexfile
        Make a tag for each line matching a regular expression pattern
        in the following files.  {LANGUAGE}REGEXP uses REGEXP for LANGUAGE
        files only.  REGEXFILE is a file containing one REGEXP per line.
        REGEXP takes the form /TAGREGEXP/TAGNAME/MODS, where TAGNAME/ is
        optional.  The TAGREGEXP pattern is anchored (as if preceded by ^).
        If TAGNAME/ is present, the tags created are named.
        For example Tcl named tags can be created with:
          --regex="/proc[ \t]+\([^ \t]+\)/\1/.".
        MODS are optional one-letter modifiers: `i' means to ignore case,
        `m' means to allow multi-line matches, `s' implies `m' and
        causes dot to match any character, including newline.
-R, --no-regex
        Don't create tags from regexps for the following files.

다음은 man ctags 내용

       -R   Equivalent to --recurse.

어떻해야 할까요?..ㅠㅠ

lovejc의 이미지

ctags -R .

이렇게 하심 되요.

doodoo의 이미지

ctags -R . * 하면 460 바이트의 tags 파일 생성 하지만 현재 디렉토리만 스켄...

ctags -R . 하면 0 바이트의 tags 파일 생성합니다....

그런 이유로 질문을 했지요 ㅠㅠ

lovejc의 이미지

ctags -R . 이 맞는 방식인데 안된다면 다른 문제입니다.
권한 문제가 가장 클거 같은데...
subdirectory 및 file read 권한이 있는지 확인 하시고요.

doodoo의 이미지

흐...

다음 리포지터리를 서울대 쪽으로 바꾸어 다시한번 ctags (devel 페키지) 만 업데이트
했습니다....

버젼이 바뀌었군요... 21.4.2 같은 이상한 번호에서 5.7로...

Exuberant Ctags 5.7, Copyright (C) 1996-2007 Darren Hiebert 

요렇게 바뀌었군요..ㅎㅎㅎㅎ

49599 바이트의 tags 파일이 생성 되었습니다...정상인것 같군요...

혹시 다음에 있는 페키지는 오래된것 입니까?
아시는분 있나요?

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.