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

Re: Serious problems with 1.5

From: Kylo Ginsberg <kylo.ginsberg_at_gmail.com>
Date: Fri, 4 Jul 2008 11:11:07 -0700

On Fri, Jul 4, 2008 at 9:31 AM, Albert Shih <Albert.Shih_at_obspm.fr> wrote:
> Le 04/07/2008 à 17:36:38+0200, Albert Shih a écrit
>> With 1.5 client (FreeBSD) sometime I've got the message (when I use svn up)
>>
>> svn: Connection closed unexpectedly
>>
>> but if I wait sometime and try again ( 2-3 minutes) everything come right
> I forget to say I use inetd to launch svnserve.

Albert,

When I've seen this before it was because inetd was throttlig
connections. E.g. with xinetd on Fedora 7 I added the following line
to my /etc/xinet.d/svn file:
cps = 100 10
which allows up to 100 connections per second for the svn service, and
a 10 second time unavailable if that's exceeded. The default
connections-per-second was 50, evidently too low for scripted svn
operations (a la svnmerge.py).

Hth
Kylo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-04 20:11:26 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.