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

svn log and revision date ranges

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: 2007-06-23 14:20:02 CEST

Hi there,

i'm a little bit confused, cause i'm trying to do some scripting with
the following:
(LC_ALL and TZ used, cause in germany i have different time zone).

export LC_ALL=en_US;export TZ=UTC; \
svn log -q http://svn.traveler/jagosi \
 --revision "{2007-06-21 00:00:00 +0000}":"{2007-06-21 23:59:59 +0000}"

What i get as output by the above command was the following:

------------------------------------------------------------------------
r61 | kama | 2007-06-19 16:26:34 +0000 (Tue, 19 Jun 2007)
------------------------------------------------------------------------
r62 | kama | 2007-06-21 17:11:46 +0000 (Thu, 21 Jun 2007)
------------------------------------------------------------------------
r63 | kama | 2007-06-21 17:13:24 +0000 (Thu, 21 Jun 2007)
------------------------------------------------------------------------
r64 | kama | 2007-06-21 18:14:49 +0000 (Thu, 21 Jun 2007)
------------------------------------------------------------------------
r65 | kama | 2007-06-21 18:26:09 +0000 (Thu, 21 Jun 2007)
------------------------------------------------------------------------

I didn't expect to get the revision 61, cause it's completley out of the
range of the given timeframe...of June 21

I have read in book may be i didn't understand that well,
but i think this is a little bit confusing.

Can someone explain me this a little bit...

thanks in advance..

BTW: I'm working on Linux with Subversion 1.4.2

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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 23 14:18:40 2007

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.