I'm unable to check out the code from SVN.
It's stopping at a big file of size 46 mb, and I got this error:C:/Projects/Nucleus/branches/src/com/vattikutiirf/nucleus/ui/server/reports/fonts
>
Error while performing action: REPORT request failed 开发者_运维知识库on
'/svn/nucleus/!svn/vcc/default'
REPORT of '/svn/nucleus/!svn/vcc/default': Could not read response body:
connection was closed by server. (http://122.181.129.237)
Can anyone suggest how to overcome this problem?
Both threads (this one or that one) reports some timeout issue on the server side (Apache httpd).
The usual troubleshooting is to:
- look at the error.log apache file on the server
- see if there is any core config setting you can tweak on the server to increase the timeout period (like the
keepalivetimeout
setting).
精彩评论