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