[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Checkout fails on large repository

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 16 Aug 2011 11:24:06 +0200

On Tue, Aug 16, 2011 at 09:53:05AM +0200, Thomas wrote:
> 2011/8/16 Thomas <thomasdn_at_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.
Received on 2011-08-16 11:24:55 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.