Re: [PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible

2014-10-31 Thread Hin-Tak Leung
On Sat, 1/11/14, Eric Wong wrote: Hin-Tak Leung wrote: > > While my 2.10 + 11 patches continue to fetch, where it was stuck, now > it does "Couldn't find revmap..." - also, the single branch clone is doing > the 'trunk/branches/... thing - are

Re: [PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible

2014-10-31 Thread Eric Wong
Hin-Tak Leung wrote: > While my 2.10 + 11 patches continue to fetch, where it was stuck, now > it does "Couldn't find revmap..." - also, the single branch clone is doing > the 'trunk/branches/... thing - are these supposed to happen? I'm afraid this is a problem with the vbox repo not publishing

Re: [PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible

2014-10-31 Thread Hin-Tak Leung
On Sat, 1/11/14, Eric Wong wrote: Hin-Tak Leung wrote: > > Tested-by: Hin-Tak Leung > > Okay, this one on top of my "git 2.1.0 + 10 recent git svn improvement patches" > allow me to fetch further. > > I suspect the problem must be else

Re: [PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible

2014-10-31 Thread Eric Wong
Hin-Tak Leung wrote: > Tested-by: Hin-Tak Leung > > Okay, this one on top of my "git 2.1.0 + 10 recent git svn improvement > patches" > allow me to fetch further. > > I suspect the problem must be elsewhere though, and this just band-aided > over it. > > For me, reverting the additional patch

Re: [PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible

2014-10-31 Thread Hin-Tak Leung
- On Fri, Oct 31, 2014 10:34 GMT Eric Wong wrote: >This avoids the following failure with normal "get_dir" on newer >versions of SVN (tested with SVN 1.8.8-1ubuntu3.1): > >  Incorrect parameters given: Could not convert '%ld' into a number > >get_dir2 also has the potential

Re: [PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible

2014-10-31 Thread Eric Wong
Hin-Tak Leung wrote: > On Fri, Oct 31, 2014 19:08 GMT Eric Wong wrote: > >Filed a bug in Debian since I hit it in sid, too: > >http://bugs.debian.org/767530 > > > >Thanks all. > > Hmm, but why are you filing at debian? I had the error when i applied > the dev code patches on top of 2.1.0, and the

Re: [PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible

2014-10-31 Thread Hin-Tak Leung
-- On Fri, Oct 31, 2014 19:08 GMT Eric Wong wrote: >Eric Wong wrote: >> This avoids the following failure with normal "get_dir" on newer >> versions of SVN (tested with SVN 1.8.8-1ubuntu3.1): >> >> Incorrect parameters given: Could not convert '%ld' into a number

Re: [PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible

2014-10-31 Thread Eric Wong
Eric Wong wrote: > This avoids the following failure with normal "get_dir" on newer > versions of SVN (tested with SVN 1.8.8-1ubuntu3.1): > > Incorrect parameters given: Could not convert '%ld' into a number Filed a bug in Debian since I hit it in sid, too: http://bugs.debian.org/767530 Thank

[PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible

2014-10-31 Thread Eric Wong
This avoids the following failure with normal "get_dir" on newer versions of SVN (tested with SVN 1.8.8-1ubuntu3.1): Incorrect parameters given: Could not convert '%ld' into a number get_dir2 also has the potential to be more efficient by requesting less data. ref: <1414636504.45506.yahoomailb