[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: James Tu <jtu_at_esidesign.com>
Date: 2007-02-15 23:41:33 CET

That totally makes sense to me and would seem like the logical
explanation. However, I just checked and revision 163 only has
modifications to existing files. I didn't add/remove anything at rev
162 or rev 164, either. Hmmm. I wonder what's happening to my
repository.

-James

On Feb 15, 2007, at 3:02 PM, Duncan Murdoch wrote:

> 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 23:42:58 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.