[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 16 Aug 2011 14:07:52 +0300

Stefan Sperling wrote on Tue, Aug 16, 2011 at 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

Please don't link to the 1.0 book, use

http://httpd.apache.org/docs/2.2/mod/core.html#keepalivetimeout
http://httpd.apache.org/docs/current/mod/core.html#keepalivetimeout

instead :-)
Received on 2011-08-16 13:08:50 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.