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

Re: making sense of 'svn info'

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2007-02-15 21:02:36 CET

On 2/15/2007 2:55 PM, James Tu wrote:
> Path: .
> URL: svn://path/to/repo/app/trunk/www
> Repository Root: svn://path/to/repo/app
> Repository UUID: bd366c71-841d-0410-8d95-d3a74511a93b
> Revision: 166
> Node Kind: directory
> Schedule: normal
> Last Changed Author: jtu
> Last Changed Rev: 163
> Last Changed Date: 2007-02-14 14:48:10 -0500 (Wed, 14 Feb 2007)
>
>
> I'm trying to make sense of the 'Last Changed' info.
> I just did an 'svn info' on my working directory.
> Revision:166 makes sense b/c I'm Updated to that point.
>
> How come the 'Last Changed Rev:' is 163?
> I, jtu, checked in stuff for rev 162 and 164.

That's the last time the object svn://path/to/repo/app/trunk/www
changed. It's a directory, so it changes when you add or delete files.
  Changing a file within it doesn't count as a change to the directory
object.

If you ask for svn info on each of the files, you'll see a last change
of 164 on the files which were changed in that revision.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 15 21:03:38 2007

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.