On Tue, Jul 06, 2010 at 02:46:11PM -0600, Eric Peers wrote:
> svnserve -d --listen-port 8000
> ssh epe...@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