RE: svn log -r based on a start date suddenly no longer returns any revisions

2019-04-01 Thread Nate Kerkhofs
: Daniel Shahaf Sent: vrijdag 29 maart 2019 15:20 To: Nate Kerkhofs Cc: Andreas.Stieger ; users@subversion.apache.org Subject: Re: svn log -r based on a start date suddenly no longer returns any revisions Nate Kerkhofs wrote on Fri, 29 Mar 2019 09:08 +00:00: > Checking the tag revisions d

RE: RE: svn log -r based on a start date suddenly no longer returns any revisions

2019-03-29 Thread Nate Kerkhofs
> I should have been more clear. You want to check the date. In other words, > the svn:date property of a revision N must be later than the same of a > revision M, for every N>M. I see. Checking the tag revisions done yesterday through the other unit tests, all the dates of the revisions are

RE: svn log -r based on a start date suddenly no longer returns any revisions

2019-03-29 Thread Nate Kerkhofs
f the file. Is this enough evidence to assume they are strictly monotonically increasing? I'm not sure how else to do this considering this log has well over 9000 revisions. I'm open to any more suggestions. Nate -Original Message- From: Andreas Stieger Sent: donderdag 28 maart 2019 18:0

svn log -r based on a start date suddenly no longer returns any revisions

2019-03-28 Thread Nate Kerkhofs
Hi, I have an issue with a subversion repository that suddenly, between 2 attempts roughly an hour or so apart, returns an empty xml list for the following command: D:\vcrs\svn\Collabnet\bin\svn log -r {2008-01-01T00:00:00}:{2019-02-20T10:21:03} --username username --password password