Many people use subversion over ssh for a simple and secure way to work on remotely hosted svn repositories. This is normally as simple as running:
svn co svn+ssh://user@server/repo .
If the remote ssh server is not running on the default ssh port (tcp 22) then this needs a little tweaking to get it working. Normally I [...]
Using svn+ssh with a non-standard ssh port
August 17th, 2009 · No Comments
Tags: CLI · HowTo · Tips and Tricks · sysadmin
