We're running an SVN-HTTPS-Server at a CentOS 5.4 server with subversion-1.6.6-0.1.el5.rf httpd-2.2.14-jason.1 apr-1.3.8-1.jason.1
One of the repositories is a copy of the openembedded git repo, which contains a few thousand files and a big history. When calling git svn clone -s https://ourserver/repos/openembedded this results in an W: Ignoring error from SVN, path probably does not exist: (175002): RA layer request failed: Server sent unexpected return value (504 Gateway Time-out) in response to REPORT request for '/repos/openembedded/!svn/bc/14' The gateway timeout comes from a squid transparent proxy which acts as an auth gatekeeper. The original error comes from the SVN-Server itself and is this one: Provider encountered an error while streaming a REPORT response. [400, #0] Any hints how we can fix the problem? Steffen