Re: [PATCH 2/2] git-svn: allow git-svn fetching to work using serf

2013-07-07 Thread Kyle McKay
I forwarded the "SVNAllowBulkUpdates Off" question to the us...@subversion.apache.org list and here's the reply: On Jul 7, 2013, at 11:11, Lieven Govaerts wrote: On Sun, Jul 7, 2013 at 4:48 PM, Kyle McKay wrote: On Jul 7, 2013, at 06:39, Daniel Shahaf wrote: Kyle McKay wrote on Sat, Jul 06

Re: [PATCH 2/2] git-svn: allow git-svn fetching to work using serf

2013-07-07 Thread David Rothenberger
On 7/7/2013 6:39 AM, Daniel Shahaf wrote: > Kyle McKay wrote on Sat, Jul 06, 2013 at 19:46:40 -0700: >> On Jul 6, 2013, at 19:23, Jonathan Nieder wrote: >>> Kyle McKay wrote: >>> Unless bulk updates are disabled when using the serf access method (the only one available with svn 1.8) for h

Re: [PATCH 2/2] git-svn: allow git-svn fetching to work using serf

2013-07-07 Thread Daniel Shahaf
Kyle McKay wrote on Sat, Jul 06, 2013 at 19:46:40 -0700: > On Jul 6, 2013, at 19:23, Jonathan Nieder wrote: >> Kyle McKay wrote: >> >>> Unless bulk updates are disabled when using the serf access method >>> (the only one available with svn 1.8) for https?: urls, >>> apply_textdelta does indeed get

Re: [PATCH 2/2] git-svn: allow git-svn fetching to work using serf

2013-07-06 Thread Kyle McKay
On Jul 6, 2013, at 19:23, Jonathan Nieder wrote: Kyle McKay wrote: Unless bulk updates are disabled when using the serf access method (the only one available with svn 1.8) for https?: urls, apply_textdelta does indeed get called multiple times in a row without an intervening temp_release. You

Re: [PATCH 2/2] git-svn: allow git-svn fetching to work using serf

2013-07-06 Thread Jonathan Nieder
Kyle McKay wrote: > Unless bulk updates are disabled when using the serf access method > (the only one available with svn 1.8) for https?: urls, > apply_textdelta does indeed get called multiple times in a row > without an intervening temp_release. You mean "Unless bulk updates are enabled" and "

Re: [PATCH 2/2] git-svn: allow git-svn fetching to work using serf

2013-07-06 Thread Kyle McKay
On Jul 6, 2013, at 17:24, Jonathan Nieder wrote: (cc-ing Eric Wong, who wrote this code) Hi, Kyle McKay wrote: Temp file with moniker 'svn_delta' already in use at Git.pm line 1250 Temp file with moniker 'git_blob' already in use at Git.pm line 1250 David Rothenberger has determined the caus

Re: [PATCH 2/2] git-svn: allow git-svn fetching to work using serf

2013-07-06 Thread Jonathan Nieder
(cc-ing Eric Wong, who wrote this code) Hi, Kyle McKay wrote: > Temp file with moniker 'svn_delta' already in use at Git.pm line 1250 > Temp file with moniker 'git_blob' already in use at Git.pm line 1250 > > David Rothenberger has determined the cause to > be that ra_serf does not drive the del

[PATCH 2/2] git-svn: allow git-svn fetching to work using serf

2013-07-05 Thread Kyle McKay
When attempting to git-svn fetch files from an svn https?: url using the serf library (the only choice starting with svn 1.8) the following errors can occur: Temp file with moniker 'svn_delta' already in use at Git.pm line 1250 Temp file with moniker 'git_blob' already in use at Git.pm line 1250