[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error While Checking out Git Repository

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 8 Feb 2012 15:51:16 -0500

On Wed, Feb 8, 2012 at 14:47, C. Michael Pilato <cmpilato_at_collab.net> wrote:
> I'm happy to try it with 1.7, too, but couldn't easily figure out the
> correct checkout URL:
>
> $ svn co https://github.com/NuGet/PoliteCaptcha.git
> svn: E175009: Unable to connect to a repository at URL
> 'https://github.com/NuGet/PoliteCaptcha.git'
> svn: E175009: XML parsing failed: (411 Length Required)
> $

This looks like the problem where ra_serf starts out with an HTTP/1.1
request: specifically, a chunked request. This is typically caused by
a non-1.1 proxy in front of the server, such as nginx.

Ideally, github would switch to a newer/better proxy such as haproxy.

But the core problem is on our side -- issue 3979
(http://subversion.tigris.org/issues/show_bug.cgi?id=3979).

>...

Cheers,
-g
Received on 2012-02-08 21:51:49 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.