Hi During long svn operations such as checkout I am often getting the following error:
'svn: REPORT of '/subversion/myproj/!svn/vcc/default': Could not read response body: Secure connection truncated' This is on Windows XP, accessing a repo whose trunk is of size 300MB (12,000 files) approx. The svn server is on a local Linux box. We run https using Apache (https is necessary because we allow external access). My suspicion is that the error is an indication of a timeout that happens because we use per-directory authorisation in Apache. I saw an article that suggested that setting SVNPathAuthz off in httpd.conf may fix this problem. Unfortunately, we must use per-directory authorisation because our project includes customer-confidential information that must be hidden from some teams. I was wondering whether anyone else has solved a similar problem or has advice on what we could do to fix it? Best regards David