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

Re: svn log and revision date ranges

From: Keith Lawless <keith.lawless.lists_at_gmail.com>
Date: Sat, 10 May 2008 07:33:23 -0400

On Fri, May 9, 2008 at 8:54 AM, Davey, Sean <SDavey_at_broadviewnet.com> wrote:

>
> Hi, I thought I understood how the svn log command worked using date
> ranges, but now something occurred that leads me to believe I do not
> understand how it works. I did read the part in the book about subversion a
> day early. I am using a client version 1.4.5, the sever is 1.4.5 as well.
>
> I also changed the command to use Eastern Daylight changed the hour from
> 17 to 13 and changed +0000 to -0400
>
> G:\>svn log http://bvsubver/svn/oss/WebRelease/trunk -r "{2008-05-08
> 13:31:49 -0400}:{2008-05-08 15:01:05 -0400}"
> ------------------------------------------------------------------------
>
> G:\>svn log http://bvsubver/svn/oss/WebRelease/trunk -r "{2008-05-08
> 13:32:49 -0400}:{2008-05-08 15:01:05 -0400}"
> ------------------------------------------------------------------------
>
> G:\>svn log http://bvsubver/svn/oss/WebRelease/trunk -r "{2008-05-08
> 13:33:49 -0400}:{2008-05-08 15:01:05 -0400}"
> ------------------------------------------------------------------------
>
Try using the syntax: -r {"2008-05-08 13:31:49 -0499"}:{"2008-0508 15:01:05
-0400"}

I think the way you have it written, that whole string would be translated
as a single date.

Keith
Received on 2008-05-10 13:33:43 CEST

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.