Client: windows 7 x86_64 TortoiseSVN 1.5.9 (this version is REQUIRED!) Server: Redhat 4 svn version 1.4.4 ( r25188 ) (this version is REQUIRED!)
After about 2 minutes of a full 'virgin' checkout over PP2P VPN, I'm getting these errors when doing full Checkout: Error REPORT of '/svn/repos/!svn/vcc/default': Could not read response body; Error connection was closed by server (h++p://xxxxxxxxxxx) When not going over vpn (http (sic) only), there doesn't seem to be an error at all. SVN Checkout over insecure protocol not recommended, so I'd like to use the VPN option (the TLS/SSL option will be investigated at a later time...) Error Logs: apache error_log: A failure occurred while driving the update report editor apache error_log: Provider encountered an error while streaming a REPORT response. apache access_log: REPORT /svn/repos/!svn/vcc/default HTTP/1.1" 200 11368529 I added the following lines to httpd.conf: SVNPathAuthz off LimitXMLRequestBody 0 I modified the Timeout in httpd-default.conf to: Timeout 50000 # value too large: for testing only! Resources consulted: - http://lists.freepascal.org/lists/fp...ly/017007.html - http://subversion.open.collab.net/ds...0#messagefocus Previously Posted at: http://www.svnforum.org/threads/40283-Report-Could-not-read-response-body-problems-checking-out-over-VPN?p=115660#post115660 Cheers, Felipe