On Thu, Aug 18, 2011 at 10:19:34AM +0000, David Aldrich wrote: > Hi > > One of our remote svn users is getting the following error when he attempts > to checkout a repo from our svn server: > > svn: REPORT of '/subversion/<myrepo>/!svn/vcc/default': Could not read chunk > delimiter: Secure connection truncated (<url>) > > We know that our repo is in good order because checkouts on the network local > to the svn server work ok. > > Please can anyone provide information about what can cause this error? > > Could it be due to a low bandwidth internet connection?
At first guess I would suspect a latency problem that results in the server dropping a timed-out connection. Maybe adjusting KeepAliveTimeout in the HTTDP config will fix this (see http://svn.haxx.se/users/archive-2011-08/0378.shtml for some links). Is there a proxy between the svn server and remove svn clients?