> -----Original Message----- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: donderdag 20 juni 2013 19:02 > To: Bert Huijben > Cc: 'Stefan Sperling'; 'Fredric QJ Blåholtz'; users@subversion.apache.org; > guenther.scha...@rs-software.at; 'Verónica Santos' > Subject: Re: Subversion Failed - Not finding solution > > "Bert Huijben" <b...@qqmail.nl> writes: > > > I can reproduce this problem with 1.8.0 / trunk > > svn co http://svn2.xp-dev.com/svn/1541UltimateII/trunk tmp > > > > Looking with the debugger I see that serf ignores a HTTP 411 - Length > > Required error and just returns the default (invalid) revision as SUCCESS > > value. > > > > My educated guess would be that this server runs behind some proxy > server > > that doesn't support Chunked transfers. > > Yes, it appears to be nginx: > > OPTIONS /svn/1541UltimateII/trunk HTTP/1.1 > Host: svn2.xp-dev.com > User-Agent: SVN/1.9.0-dev (x86_64-unknown-linux-gnu) serf/1.2.1 > Content-Type: text/xml > DAV: http://subversion.tigris.org/xmlns/dav/svn/depth > DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo > DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops > Transfer-Encoding: chunked
I lost my testcase... :( or :-) this server has now been upgraded to nginx 1.4.1 and Subversion 1.8.0 can now checkout normally. Bert