On Thu, Aug 18, 2011 at 12:12:34PM +0500, Waseem Bokhari wrote: > Hi Guys! > Tortoise SVN throwing an error on Commit:- > > "REPORT of '/svn/projectname/!svn/vcc/default':Could not read chunk > size:Secure connection truncated(project URL)" > > My perception is this belongs to Network Traffic or Fluctuation in Network: > - Is this TRUE?
Yes, check the server-side logs to find out more. This error happens when the connection between client and server is dropped for some reason (server reboot, timeout, packet loss...) In some situations increasing KeepAliveTimeout in the HTTPD config will fix this, see http://svn.haxx.se/users/archive-2011-08/0378.shtml for some links.