On 4 June 2015 at 16:34, Bert Huijben <b...@qqmail.nl> wrote: > I would say it is safer to cache SVN_INVALID_REVNUM (or another certainly > invalid revision number) than to set the potentially valid r0. > Hi Bert,
Any repository has zero revision, so it's pretty safe to assume that repository youngest revision at least 1 revision. But I may to improve code if you think that current approach is not safe enough. -- Ivan Zhakov