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)
March 17, 2010
8:08AM | #
Sure you have tried that command?
August 8, 2011
8:43PM | #
That doesn't work. You have to do something like this:
http://svn.haxx.se/users/archive-2004-09/0574.shtml