On Sat, Jun 04, 2011 at 07:26:33PM +0200, Bert Huijben wrote: > Why do you allow rrrrrrrrr12 ? > > > action->rev = strtol(rev_str, &end, 0); > > if (*end) > > handle_error(svn_error_createf(SVN_ERR_INCORRECT_PARAMS, > > NULL, > > > > > I think it should just error out here if you pass more than one r.
The svn client accepts any amount of r also.