Skip to main content
The Nameless Site

Debugging ssh+svn

Posting here in case anyone else needs to know.

Was trying to debug a ssh+svn connection. There is a very simple way to get debugging turned on:

$ export SVN_SSH="ssh -v "
$ svn checkout svn+ssh://

Any other ssh commands can be put in that env variable too, so ports and such.