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

Re: Dropped connection on svn co/up

From: <kmradke_at_rockwellcollins.com>
Date: Wed, 28 Oct 2009 16:14:13 -0500

"Lacoste, Dana (TSG Software San Diego)" <dana.lacoste_at_hp.com> wrote on
10/28/2009 11:47:41 AM:

> I get this with subversion 1.6.5 (r38866) running on Windows from
> the command line (I've also seen it with smartSVN, which tells me
> that it's probably a server or network issue rather than a client issue)
>
> basically, several tens of thousands of files into the checkout
> (this is a repo with about 150,000 files) it freezes and stops.
>
> I can then run svn up and it will continue where it left off, and
> then stop again.
>
> and again (4 times so far)
>
> It looks like this on the client:
>
> A path\to\last\successful\file
> svn: REPORT of '/svn/repository/!svn/vcc/default': Could not read
> response body: connection was closed by server (http://server.name)
>
> well, that was..... useless. Not a very good message L

Most likely this is due to a timeout value (on the server) being exceeded.
I have seen it occur on large working copies where the working copy code
periodically does a lot of file I/O midway through the transaction,
causing
a network timeout on the server side before the next network request
is sent.

I have had luck increasing the "Timeout" value in the httpd.conf file.

Kevin R.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2412258

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-28 22:15:28 CET

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.