TortoiseSVN shows the error svn: E120106: ra_serf: The server sent a truncated HTTP response body
during checkout operation. How to solve the problem?
Some ideas from TortoiseSVN developer:
The data sent is too big and the server closes the connection due to reaching a limit.
Possible steps which can help fix this issue:
- Increase the timeout value on the server
- set compression level to zero on the server (will make everything slower but helps with this issue)
- make sure all proxies that are in between you and the svn server also have the timeout values increased