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

Re: Specify dates instead of revisions?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-11-23 20:19:55 CET

On Sat, 2002-11-23 at 07:12, Nuutti Kotivuori wrote:
> svn log -r "{2002-11-20}:{2002-11-21}" http://svn.collab.net/repos/svn
>
> Atleast, relatively fine.
>
> It would seem there's a slight "bug" here. It shows me one entry
> before the start time.

This is consistent with our rules:

"{DATE}", as a revision, means "the most recent revision as of DATE."

-r R1:R2 means "from R1 to R2 inclusive."

Certainly, users might expect date ranges to operate specially ("the
revisions between these two dates"). But that's kind of an ugly special
case.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 23 20:20:50 2002

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.