« Creating a customized URL to automatically log people in to a Connect session | Main | Don't forget to download a Railo license »

Using svn+ssh over a non-standard port

Just a tip for those of you who, like me, have svn+ssh access to a Subversion server whose ssh port is not set to the usual value of 22: you can usually specify the port right after the server name, like so:

svn+ssh://svn.someserver.com:12345/path/to/repo

svn+ssh is a protocol that provides more security than using just svn over port 3690 or port 80, since all of your traffic will be encrypted like any other ssh communications.

Comments (2)

Sure you have tried that command?

That doesn't work. You have to do something like this:

http://svn.haxx.se/users/archive-2004-09/0574.shtml

Post a comment