2011/8/16 Stefan Sperling <s...@elego.de>: > Does your Apache HTTPD Server use keep-alive? > http://httpd.apache.org/docs/2.0/mod/core.html#keepalive > > Try to increase the KeepAliveTimeout option in your Apache > configuration: > http://httpd.apache.org/docs/2.0/mod/core.html#keepalivetimeout > > The default is 15 seconds. For large checkouts, the svn client could > be busy for longer than 15 seconds before it sends another request.
I have now enabled KeepAlive and set Timeout and KeepAliveTimeout to 900. We'll see how it goes.