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

Re: Can someone explain this?

From: Brooke Smith <novorivus_at_optusnet.com.au>
Date: 2005-02-02 05:34:44 CET

Hi Steve,

That's because your working copy is at revision 2, but the repository
is at 16. "svn list" is an action on a URL (the repository) and seems
to default to the current URL associated with the WC. If you do an
"svn up" it will bring the WC up-to-date with the repository.

Cheers,

Brooke

On 02/02/2005, at 1:41 PM, Steve Cohen wrote:

> 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
>
>

---
In a world without walls or fences,
what's the need for Gates and Windows?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 2 05:37:38 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.