Hello,
We found a bug in svnlook history --limit. It can not deal with the illegal input like "-1", as "apr_size_t" could be unsigned. [[[ Fix the command-line option "--limit" in svnlook. *subversion/svnlook/svnlook.c (sub_main): Use a variable of type long to handle the input of "--limit", and then set opt_state.limit to this value. ]]]
fix-svnlook-limit.patch.txt
Description: Binary data