Subversion에서 revision number 정보가 제대로 안보여요

parkon의 이미지

svn info 라고 치면 현재의 리비젼 넘버를 보여주어야 되는 것 아닌가요 ?

근데 제 경우, 뭔가 잘못 되었는지 svn info라고 치면 가끔씩 2번 정도 옛 버젼 넘버를 보여 줍니다.

아래는 commit 후에,
svn info
svn update
svn info
이 세 명령어를 순차적으로 치면 나오는 것을 캡쳐한건데,
리비젼 넘버가 처음에는 205, 뒤에는 207로 나옵니다. 207이 맞고요,

$ svn info
Path: .
Working Copy Root Path: /home/... ...
URL: https://... ...
Relative URL: ^/trunk
Repository Root: https://... ...
Repository UUID: 5c016569-9893-4610-8a62-52ffe96155eb
Revision: 205
Node Kind: directory
Schedule: normal
Last Changed Author: ...
Last Changed Rev: 205
Last Changed Date: 2016-09-26 21:04:05 +0900 (월, 26  9월 2016)
 
$ svn update
Updating '.':
At revision 207.
 
$ svn info
Path: .
Working Copy Root Path: /home/... ...
URL: https://... ...
Relative URL: ^/trunk
Repository Root: https://... ...
Repository UUID: 5c016569-9893-4610-8a62-52ffe96155eb
Revision: 207
Node Kind: director
Schedule: formal
Last Changed Author: ...
Last Changed Rev: 207
Last Changed Date: 2016-09-28 13:45:36 +0900 (수, 28  9월 2016)

물론 이후로는 계속 리비젼 넘버가 207로 나오긴 한데,
저 중간에 svn update 시 아무것도 한 일이 없걸랑요.

이건 원래 이런 건가요, 아님 뭔가 잘못 된건가요 ?
참고로 초기에 (아주 오래 전에) 섭버젼 서버를 한번 옮긴적이 있습니다. 이것 떄문일까요 ?

ymir의 이미지

$ svn help info
info: Display information about a local or remote item.
usage: info [TARGET[@REV]...]
 
  Print information about each TARGET (default: '.').
  TARGET may be either a working-copy path or URL.  If specified, REV
  determines in which revision the target is first looked up.
...

remote 를 따로 지정하지 않았으니 default 로 working copy 에서 현재 디렉토리의 정보를 보여주는 거죠.

info 옵션 뒤에 ^/trunk 나 https://.../trunk 와 같이 url 을 지정해 주면 서버에 저장되어 있는 정보를 보여줄겁니다.

되면 한다! / feel no sorrow, feel no pain, feel no hurt, there's nothing gained.. only love will then remain.. 『 Mizz 』

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.