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

2013-07-18 Thread Kyle J. McKay
On Jul 18, 2013, at 16:34, Junio C Hamano wrote: "Kyle J. McKay" writes: This patch allows git-svn to fetch successfully using the serf library when given an https?: url to fetch from. ... Versions v2-v3 of the patch introduced a bug when attempting to change the _temp_cache function to use th

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

2013-07-18 Thread Junio C Hamano
"Kyle J. McKay" writes: > This patch allows git-svn to fetch successfully using the > serf library when given an https?: url to fetch from. > ... > Versions v2-v3 of the patch introduced a bug when attempting > to change the _temp_cache function to use the new > temp_is_locked function at the sug

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

2013-07-18 Thread Kyle J. McKay
This patch allows git-svn to fetch successfully using the serf library when given an https?: url to fetch from. Unfortunately some svn servers do not seem to be configured well for use with the serf library. This can cause fetching to take longer compared to the neon library or actually cause tim