Re: Segfault in Perl bindings when commit touches a large number of files

2015-05-23 Thread James McCoy
On Fri, May 22, 2015 at 07:34:21PM +0200, Roderich Schupp wrote: > So back to your proposal, with the following patch svn-git has benn running > without crash for 15 minutes now. The patch is working for me as well. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy

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

2015-05-23 Thread Branko Čibej
On 23.05.2015 13:07, Daniel Shahaf wrote: > Evgeny Kotkov wrote on Thu, May 21, 2015 at 18:23:22 +0300: >> SVN_ERR(svn_repos_verify_fs2(repos, 1, 5, NULL, NULL, NULL, NULL, pool)); >> >> ...would return two different errors depending on the binaries being used, >> assuming that one of the revisio

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

2015-05-23 Thread Daniel Shahaf
Evgeny Kotkov wrote on Thu, May 21, 2015 at 18:23:22 +0300: > @@ -2464,24 +2452,26 @@ svn_repos_verify_fs3(svn_repos_t *repos, >cancel_func, cancel_baton, >iterpool); > > +if (err && err->apr_err == SVN_ERR_CANCELLED)

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

2015-05-23 Thread Daniel Shahaf
Evgeny Kotkov wrote on Thu, May 21, 2015 at 18:23:22 +0300: > SVN_ERR(svn_repos_verify_fs2(repos, 1, 5, NULL, NULL, NULL, NULL, pool)); > > ...would return two different errors depending on the binaries being used, > assuming that one of the revisions in the [r1:r5] range is corrupted: > > (Wi