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

svn log off by one revision?

From: Dominic Anello <danello_at_danky.com>
Date: 2003-12-16 23:20:41 CET

Hello,

I am trying to figure out why when I try to specify a date range using
the -r flag to the log command, I apparently get one extra entry
returned. E.g. I am trying to get all commits that occurred between
midnight on 12/15 and midnight on 12/16, but I end up also getting the
last commit from *before* the 15th as well.

In the example below, I would expect the first entry return to be r80,
not r80. Can anyone suggest some way to work around this (besides awk)?

-Dominic

$ svn log -v -r {2003-12-15}:{2003-12-16} http://danello2k2/ec-svn

------------------------------------------------------------------------
r79 | danello | 2003-12-12 18:09:08 -0500 (Fri, 12 Dec 2003) | 10 lines
Changed paths:
   M /trunk/eCommerce/java/doc
   M /trunk/project-doc/UseCases/ec010-importer-use-cases.vsd

XXXXXXXXXX
------------------------------------------------------------------------
r80 | bclifford | 2003-12-15 07:54:29 -0500 (Mon, 15 Dec 2003) | 4 lines
Changed paths:
   M /trunk/eCommerce/SeeBeyond4x/classes/Source/ECELIGConstants.java

XXXXXXXXXX
------------------------------------------------------------------------
.
.
.
------------------------------------------------------------------------
r89 | matkinson | 2003-12-15 19:05:13 -0500 (Mon, 15 Dec 2003) | 1 line
Changed paths:
   M /trunk/project-doc/claim-status-integration/ec009-QS20-CSIRequirements.doc

XXXXXXXXXX
------------------------------------------------------------------------

-- 
I felt that we two might commit some act so atrocious that the world,
seeing us, would find it irresistible.
    -Gene Wolfe
Homepage:    http://danky.com

  • application/pgp-signature attachment: stored
Received on Tue Dec 16 23:18:19 2003

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.