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

Re: using tunnels via svnserve

From: Ben Reser <ben_at_reser.org>
Date: 2004-08-02 22:29:11 CEST

On Mon, Aug 02, 2004 at 04:07:07PM -0400, John Peacock wrote:
> ssh -f -L 3690:127.0.0.1:3690 servername sleep 120 2>/dev/null
> /usr/local/bin/svn "$@"
>
> which means the tunnels expire after 120 seconds.

People need to stop recommending that sleep syntax. The following
tunnel won't go away until you kill it and avoids running a sleep
command on the server:

ssh -f -n -L 3690:127.0.0.1:3690

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 2 22:29:28 2004

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.