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

svn+ssh issues when updating repo with multiple externals

From: Magnus Torfason <zulutime.net_at_gmail.com>
Date: Thu, 11 Feb 2010 13:48:59 -0500

Hi, I just wanted to give an update on the issue I reported below. I've
tried the same update with 1.6.9, and I am still having the same problem.

Furthermore, when I use an alternative ssh client with TortoiseSVN (the
alternative pops up a command line when run), I can clearly observe a
separate ssh instance being launched for each external in my repo.

I am continuing to use "omit externals", and thinking about doing
something on the server side to get around this issue, but I felt an
update was warranted nevertheless, since it really does feel like the
client is overusing resources here.

Best,
Magnus

On 1/11/2010 2:57 PM, kmradke_at_rockwellcollins.com wrote:
>
> Magnus Torfason <zulutime.net_at_gmail.com> wrote on 01/11/2010 01:39:18 PM:
>
> > After some further exploration, I have an update on my issue with svn up
> > failing on my svn-externals-infested repository. Below, I report an
> > alternative workaround, and the output of ps while doing the update.
> >
> > On 1/11/2010 11:53 AM, Magnus Torfason wrote:
> > >
> > > 2: svn update (through TSVN):
> > >
> > > At the same time, I started having intermittent "connection refused"
> > > problems when updating my repository from the same server. This always
> > > happened while updating one of the several svn-external directories
> > > that
> > > I have as part of my repository. After the error, I could not ssh into
> > > the server either, until after a few minutes. Downgrading to 1.6.1 did
> > > not resolve this problem.
> > >
> > > Resolution: None that is entirely satisfying.
> > > Workaround: Choose "Omit externals" when updating.
> >
> > Alternative Workaround: If I close pageant, I get prompted on each new
> > ssh connection to the server. By entering my password only after a ten
> > second delay for each prompt, the process completes successfully.
> > Entering the password quickly leads to the same behavior as if pageant
> > is running.
>
> You may be running into the problem I saw (and fixed with the hopefully
> soon to be released 1.6.8) where each svn:external in an update would
> open and not correctly close the network connection until the update
> finished. This would cause Windows XP to disallow creation of new
> network connections because of the large number of open connections
> on the client. We had thousands of externals and when you would try
> and do an update you would get weird "can not connect to server" errors.
>
> Kevin R.
Received on 2010-02-11 19:49:36 CET

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

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