Why am I seeing this?
$ svn list -v
2 scohen 401 Jan 29 12:10 A.java
2 scohen 576 Jan 29 12:10 C1.java
$ svn list -r 16 -v
2 scohen 401 Jan 29 12:10 A.java
2 scohen 576 Jan 29 12:10 C1.java
16 scohen 523 Feb 01 21:17 C2.java
$ svn info
Path: .
URL: http://localhost/svn/myproj/trunk/src/java/org/javactivity/game
Repository UUID: 875b59a7-d4ee-0310-b223-b1047c1ae206
Revision: 2
Node Kind: directory
Schedule: normal
Last Changed Author: scohen
Last Changed Rev: 2
Last Changed Date: 2005-01-29 12:10:00 -0600 (Sat, 29 Jan 2005)
There are not 2 revisions, there are 16. 16 is the latest. Why are
both the list command and the info command stuck on the idea that
revision 2 is the latest, unless revision 16 is specified on the command
line? If I look at the repository through a web server
(http://localhost/svn/myproj/trunk/src/java/org/javactivity/game), I see
revision 16.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 2 04:44:14 2005