« Return to Thread: svn log get revisions by date

Re: svn log get revisions by date

by Karl Heinz Marbaise-2 :: Rate this Message:

| View in Thread

Hi Eric,

> Try for example svn log --revision {2008-11-02}:{2008-11-04} http://svn.apache.org/repos/asf 
> and you can grep 2008-01
>
> You will find a handful of lines that contain 2008-01-* which is quite clearly outside the range given.
 >I am looking for values between November 2nd 2008 and November 4th 2008.
>
Hm...
I tried it ....and got the following:

svn log --revision {2008-11-02}:{2008-11-04}
http://svn.apache.org/repos/asf

------------------------------------------------------------------------
r717842 | sabob | 2008-11-01 21:59:22 +0100 (Sat, 01 Nov 2008) | 1 line

doco
------------------------------------------------------------------------
r717843 | sabob | 2008-11-02 14:35:44 +0100 (Sun, 02 Nov 2008) | 1 line

news update
------------------------------------------------------------------------
r717844 | sabob | 2008-11-02 16:17:21 +0100 (Sun, 02 Nov 2008) | 1 line

tag 1.5
------------------------------------------------------------------------
r717845 | sabob | 2008-11-02 18:28:19 +0100 (Sun, 02 Nov 2008) | 1 line

update click to next release 1.5.1
------------------------------------------------------------------------
r717846 | sabob | 2008-11-03 18:16:06 +0100 (Mon, 03 Nov 2008) | 1 line

doco
------------------------------------------------------------------------

>
> You can even grep 2007 and you will find many entries that aren't even in the same year that I have specified.
I don't known you give on the command line....but the result above
seemed to be ok....Or may be you can give an explanation what you expect
to get instead ?

Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: svn log get revisions by date