Debugging ssh+svn

Debugging ssh+svn

Published on Jul 9, 2010, 8:31 AM1 min read

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.

Gavin Mogan
Burnaby, BC, Canada

I'm Gavin.

I'm a tinker, maker, and software developer.

At home I code, game, hang out, all the cool non robot things to do.

Heavily involved with Jenkins open source, and will often submit PRs to random other projects.

I also play games, both board and video games and love to read.

You can usually find me on various services as halkeye.

#notarobot

Comments