I am using svn 1.8.9 and while checking out trunk code I am getting following error
svn: E120106: ra_serf: The server sent a truncated HTTP response body.
Because of above error I am not able to check out entire trunk code. Please suggest approach for resolving this.
Thanks
I had the same issue and since it is a big checkout but don't have access to extend the server timeout, solved it by issuing:
$ svn cleanup $ svn up
Each time I got this error (until the checkout was complete).
This is apache server problem related to timeout (SVN client dont work as it's needed with huge number of big files). Put here on httpd.conf and do a restart of httpd, and problem will be resolved, without future needs to do cleanup and update:
Timeout 12000 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With