[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: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-11-23 13:12:54 CET

Ben Gollmer wrote:
> I seem to remember some discussion a while back about taking dates
> as revision parameters instead of actual rev numbers, but I don't
> remember what the conclusion was. Dates don't seem work in 0.15;
> does that mean this feature has been dropped? tigris.org's mail list
> archive search is clunky and didn't help me find much.

It should work. This is 0.14.5 and this works fine:

  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 the correct behaviour when typing just
one date - such as "{2002-11-20}" to find the commit preceding that -
and it's correct behaviour for the end date - but it's not correct
behaviour for a range.

I don't know if fixing this is trivial, though.

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 23 13:13:44 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.