Nathan Hartman wrote on Fri, 09 Nov 2018 09:27 -0500: > On Thu, Nov 8, 2018 at 4:24 PM Daniel Shahaf <d...@daniel.shahaf.name> wrote: > > > It's a wild guess but perchance it's a 'svn co ${URL}@{DATE}' and the > > binary search (to resolve {DATE} to a number) is failing due to authz? > > > > Or due to non-chronological commits? (Just another wild guess.)
Might be commits without svn:date. Non-chronological commits shouldn't result in an error; just in a possibly-wrong answer. (There might not _be_ a correct answer, of course.)