On Wed, Feb 8, 2012 at 14:47, C. Michael Pilato <cmpil...@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

Reply via email to