Re: Checkout fails on large repository

2011-08-17 Thread Thomas
2011/8/16 Thomas : > I have now enabled KeepAlive and set Timeout and KeepAliveTimeout to 900. > We'll see how it goes. Right now it has checked out 32 GB, this is a new record :) It is still working, but enabling keepalive and increasing timeouts seems to be working. I will write again, if it fai

Re: Checkout fails on large repository

2011-08-16 Thread Daniel Shahaf
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 : > > > There is only one user accessing the repository during checkout. So > > > issues caused by multiple users accessing it can be eliminated. > > > It see

Re: Checkout fails on large repository

2011-08-16 Thread Thomas
2011/8/16 Stefan Sperling : > 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

Re: Checkout fails on large repository

2011-08-16 Thread Stefan Sperling
On Tue, Aug 16, 2011 at 09:53:05AM +0200, Thomas wrote: > 2011/8/16 Thomas : > > 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. > >

Re: Checkout fails on large repository

2011-08-16 Thread Thomas
2011/8/16 Thomas : > 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

Re: Checkout fails on large repository

2011-08-16 Thread Simon
> Hello > > I have a fairly large repository (~75 GB) containing mostly binary > files (photos). > When I try to do a checkout, it fails after checking out about 7.5 GB. > > On the client, this error is shown: > svn: REPORT of '/svn/photo/!svn/vcc/default': Could not read response > body: Secure

Re: Checkout fails on large repository

2011-08-16 Thread Thomas
I would like to add some software specs for client and server: Server: OS: Debian GNU/Linux, squeeze Subversion: 1.6.12dfsg-6 Apache: 2.2.16-6+squeeze Client: OS: Ubuntu 11.04 Subversion: 1.6.12dfsg-4ubuntu2.1 Furhter info: There is only one user accessing the repository during checkout. So iss

Checkout fails on large repository

2011-08-15 Thread Thomas
Hello I have a fairly large repository (~75 GB) containing mostly binary files (photos). When I try to do a checkout, it fails after checking out about 7.5 GB. On the client, this error is shown: svn: REPORT of '/svn/photo/!svn/vcc/default': Could not read response body: Secure connection truncat