[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Wrong revision number from running "svn list -v" on local working directory.

From: Kevin Hung <cykhung_at_yahoo.com>
Date: 2005-06-24 18:12:24 CEST

I am learning Subversion and playing around with it. I
run into problem with running "svn list" on local
working directory. I have two files in my local
working directory. My understanding (after reading the
svn book) is that running "svn list -v" on local
directory is that same as running "svn list -v" on
repository directory. However, it does not seem to be
true.

/home/khung/wcdma> svn list -v
      7 khung 1232 Jun 23 14:22 help.txt
      7 khung 27648 Jun 23 14:22 wcdma.xls

/home/khung/wcdma> svn list
file:///home/khung/repos/wcdma/trunk -v
     10 khung 1395 Jun 23 18:18 help.txt
     11 khung 27648 Jun 23 18:27 wcdma.xls

The latest revision number of help.txt is 10 and the
latest revision number of wcdma.xls is 11. So the
revision number returned by "svn list -v" on local
working directory is wrong.

I get correct revision number if I run the same
command on local file (instead of local directory).

/home/khung/wcdma> svn list help.txt -v
     10 khung 1395 Jun 23 18:18 help.txt
/home/khung/wcdma> svn list wcdma.xls -v
     11 khung 27648 Jun 23 18:27 wcdma.xls

Am I missing something?

Thanks.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 24 20:05:34 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.