> > 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 number of times the string "revision=" 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. Andreas
- svn log -r based on a start date suddenly no longer return... Nate Kerkhofs
- Aw: svn log -r based on a start date suddenly no long... Andreas Stieger
- RE: svn log -r based on a start date suddenly no ... Nate Kerkhofs
- Aw: RE: svn log -r based on a start date sudd... Andreas Stieger
- RE: RE: svn log -r based on a start date ... Nate Kerkhofs
- Re: svn log -r based on a start date... Daniel Shahaf
- RE: svn log -r based on a start ... Nate Kerkhofs
- Aw: RE: svn log -r based on ... Andreas Stieger
- Re: RE: svn log -r based on ... Johan Corveleyn