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