Re: Possible incompatibility of svn_repos_verify_fs2() in 1.9.0-rc1

2015-06-26 Thread Evgeny Kotkov
Branko Čibej writes: > I like this a lot. Much better than my hacks upon hacks. :) > > Please go ahead and commit this. As you said, JavaHL would break after > this change. If you like, I can fix it afterwards, but I'm on a rather > tight schedule tomorrow and on the week-end so I very likely cou

Re: svn commit: r1687769 - in /subversion/trunk/subversion: bindings/javahl/native/ bindings/javahl/src/org/apache/subversion/javahl/ include/ libsvn_repos/ svnadmin/ tests/cmdline/ tests/libsvn_fs_fs

2015-06-26 Thread Ivan Zhakov
On 26 June 2015 at 17:44, Evgeny Kotkov wrote: > Ivan Zhakov writes: > >>> +/** Callback type for use with svn_repos_verify_fs3(). @a revision >>> + * and @a verify_err are the details of a single verification failure >>> + * that occurred during the svn_repos_verify_fs3() call. @a baton is >>>

Re: svn commit: r1687769 - in /subversion/trunk/subversion: bindings/javahl/native/ bindings/javahl/src/org/apache/subversion/javahl/ include/ libsvn_repos/ svnadmin/ tests/cmdline/ tests/libsvn_fs_fs

2015-06-26 Thread Evgeny Kotkov
Ivan Zhakov writes: >> +/** Callback type for use with svn_repos_verify_fs3(). @a revision >> + * and @a verify_err are the details of a single verification failure >> + * that occurred during the svn_repos_verify_fs3() call. @a baton is >> + * the same baton given to svn_repos_verify_fs3(). @

Re: svn commit: r1687769 - in /subversion/trunk/subversion: bindings/javahl/native/ bindings/javahl/src/org/apache/subversion/javahl/ include/ libsvn_repos/ svnadmin/ tests/cmdline/ tests/libsvn_fs_fs

2015-06-26 Thread Ivan Zhakov
On 26 June 2015 at 15:44, wrote: > > Author: kotkov > Date: Fri Jun 26 12:44:26 2015 > New Revision: 1687769 > > URL: http://svn.apache.org/r1687769 > Log: > Reimplement svn_repos_verify_fs3() to support an arbitrary callback that > receives the information about an encountered problem and lets th