On Tue, Aug 16, 2011 at 09:53:05AM +0200, Thomas wrote: > 2011/8/16 Thomas <thoma...@gmail.com>: > > There is only one user accessing the repository during checkout. So > > issues caused by multiple users accessing it can be eliminated. > > It seems to be the same place it fails every time. That is, the same path. > > I am currently trying to checkout this path alone in a tmp dir to see > > if it works. The checkout takes some some time though so I will post > > the result later. > > I just checked. The checkout of this path went fine. Total size of the > WC of this path is 575 MB.
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.