Home > Using SVN+SSH

Using SVN+SSH

June 18th, 2006

So, I was trying to figure out how to use SVN over SSH today since my repository wouldn’t check out (I think it’s borked). Anyway, I finally wandered over to the faq and found I had to do this:


export SVN_SSH="ssh -l hank"
svn co svn+ssh://server/repos/pong
svn: No repository found in 'svn+ssh://server/repos/pong'

Ah much better. To bad it didn’t work. I’m going to probably have to rebuild the entire thing since svnadmin recover didn’t work. :(


Comments are closed.