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

Re: [Issue 2561] svn log timestamp

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2006-05-31 18:46:49 CEST

On 5/31/06, Johnathan Gifford <jgifford@wernervas.com> wrote:
> So your saying that the revision that is out of the date range is correct?
>

Yes. Whenever you use -r{DATE} for *any* command, the DATE gets
converted into a single revision number. Specifically, it gets
converted into whatever the 'latest' revision number is on that date.

So, suppose r100 happens on May 1st, and then r101 happens on May
15th. If you type -r{DATE}, and DATE falls between the 1st and 15th,
you're going to get r100. So a log command like
-r{2006-05-04}:{2006-05-11} will just convert into -r100:100.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 31 18:47:20 2006

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.