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

Re: Performance of svn+ssh vs. file for multiple files

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 7 Jul 2010 02:18:42 +0200

On Tue, Jul 06, 2010 at 02:46:11PM -0600, Eric Peers wrote:
> svnserve -d --listen-port 8000
> ssh epeers_at_localhost -L 3690:localhost:8000
> ...then run my svn update commands...

You could also try ssh connection multiplexing.

From the ssh(1) man page:

     -M Places the ssh client into ``master'' mode for connection
             sharing. Multiple -M options places ssh into ``master'' mode
             with confirmation required before slave connections are accepted.
             Refer to the description of ControlMaster in ssh_config(5) for
             details.

Stefan
Received on 2010-07-07 02:19:55 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.