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

Can someone explain this?

From: Steve Cohen <scohen_at_javactivity.org>
Date: 2005-02-02 04:41:57 CET

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

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.