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

Re: Why is my svn+ssh:// access asking 4 passwd twice?

From: tekHedd <tekhedd_at_byteheaven.net>
Date: 2005-04-15 02:33:49 CEST

Scott Goodwin wrote:
> Sounds to me like subversion has to make multiple connections to perform
> some operations, each of which is a separate repository access, and
> therefore each requiring an ssh connection, hence typing in the password
> multiple times. It does that whenever I diff a local file against the

One speedup for this sort of thing is to try "fsh", which is a hacked
python wrapper that maintains a single ssh connection and reuses it.
This can greatly speed up remote connections, since it can take a long
time to build the connection.

I started using this with a build system (that I built) that makes
multiple connections via CVS over ssh, and it can nicely speed things
up. I use password-less certificates because of how often it goes to the
repository, but still it might be useful.

Just a thought,
tom

-- 
Tom Surace                )                 ,~~v~~,
tekhedd@byteheaven.net    )                ,`.   .`,
http://www.byteheaven.com ) ------------- ===  +  === ---
                                       Hamster was here

Received on Fri Apr 15 03:11:35 2005

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.