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

Re: revision dates for svn log

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-26 16:05:12 CEST

"etienne studer" <etienne.studer@canoo.com> writes:

> ex.1: why is 527 listed?
>
> svn log -r {"17 Apr 2003 15:57:50 +0100"}:HEAD
> .../trunk/playground/fooBar.txt
> ------------------------------------------------------------------------
> rev 527: martin | 2003-04-17 15:24:47 +0100 (Thu, 17 Apr 2003) | 2 lines
>
> ------------------------------------------------------------------------
> rev 528: martin | 2003-04-17 15:57:50 +0100 (Thu, 17 Apr 2003) | 2 lines
>

At 15:57:50, the latest revision of fooBar.txt was 527. Revision 528
didn't exist yet. When a date is resolved into a revision, this
"border" case rounds down.

> ex.2: why is 528 listed?
>
> svn log -r {"17 Apr 2003 16:07:55 +0100"}:HEAD
> .../trunk/playground/fooBar.txt
> ------------------------------------------------------------------------
> rev 528: martin | 2003-04-17 15:57:50 +0100 (Thu, 17 Apr 2003) | 2 lines
>

At 16:07:55, revision 528 was the latest revision of fooBar.txt, and
it's *still* the latest revsiion of fooBar.txt.

> ex.3: as expected!
>
> svn log -r {"17 Apr 2003 16:07:57 +0100"}:HEAD
> .../trunk/playground/fooBar.txt
> ------------------------------------------------------------------------

I don't understand... did you delete fooBar.txt after 16:07:55?
That would explain why you see no log mesage for fooBar.txt.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 26 16:06:42 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.