svn+ssh:// keep tunnel open -


i using program uses svn extensively, every file checks out opens new svn+ssh session. connecting server supports svn+ssh, no other protocol.

i thinking of setting ssh tunnel before using svn (svn://svn.cern.ch/....) don't want use proxy server, want create ssh tunnel using svn server itself. ssh tunnel equivalent command for:

svn co svn+ssh://user@svn.cern.ch/reps/.... 

i think should like:

ssh user@svn.cern.ch -l 3690:svn.cern.ch:3690 -fn svn co svn://localhost/reps/... 

any suggestions?


Comments

Popular posts from this blog

double exclamation marks in haskell -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

Qt Creator - Searching files with Locator including folder -