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

2013-07-08 Thread Junio C Hamano
"Kyle J. McKay" writes: > From: "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 > t

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

2013-07-06 Thread Kyle J. McKay
From: "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 libra