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

2019-04-01 Thread Johan Corveleyn
On Mon, Apr 1, 2019 at 9:58 AM Andreas Stieger wrote: > > Nate Kerkhofs wrote: > > [...] this repo does not have monotonically increasing dates [...] > > > The appropriate way to fix this would most likely be to simply create a new > > svn repository from scratch > > Actually you could set the

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

2019-04-01 Thread Andreas Stieger
Nate Kerkhofs wrote: > [...] this repo does not have monotonically increasing dates [...] > The appropriate way to fix this would most likely be to simply create a new > svn repository from scratch Actually you could set the svn:date revision property on the existing repository. Andreas

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: svn log -r based on a start date suddenly no longer returns any revisions

2019-03-29 Thread Daniel Shahaf
Nate Kerkhofs wrote on Fri, 29 Mar 2019 09:08 +00:00: > Checking the tag revisions done yesterday through the other unit tests, > all the dates of the revisions are monotonically increasing, with time > between dates ranging from 2 seconds to 2 hours, but always increasing > compared to the

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

2019-03-29 Thread Nate Kerkhofs
s are broken in this manner? I'm still open to more suggestions, as before. Nate -Original Message- From: Andreas Stieger Sent: vrijdag 29 maart 2019 9:49 To: users@subversion.apache.org Subject: Aw: RE: svn log -r based on a start date suddenly no longer returns any revisions > > s

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

2019-03-29 Thread Andreas Stieger
> > svn log -r {2008-01-01T00:00:00}:{2019-02-20T10:21:03} [...] http://[...] > > --xml -v > > [..]  > > It should find exactly 2 commits in this range > > Check if all revisions (0:HEAD) on the root of the repository (not just > trunk) are strictly monotonic increasing. [...] counted the

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

2019-03-29 Thread Nate Kerkhofs
6 To: Nate Kerkhofs Cc: users@subversion.apache.org Subject: Aw: svn log -r based on a start date suddenly no longer returns any revisions > svn log -r {2008-01-01T00:00:00}:{2019-02-20T10:21:03} [...] http://[...] > --xml -v > [..]  > It should find exactly 2 commits in this range Che

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

2019-03-28 Thread Andreas Stieger
> svn log -r {2008-01-01T00:00:00}:{2019-02-20T10:21:03} [...] http://[...] > --xml -v > [..]  > It should find exactly 2 commits in this range Check if all revisions (0:HEAD) on the root of the repository (not just trunk) are strictly monotonic increasing. If they are not, this can cause

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