The Screaming Admin
Remembering today how I hosed my server yesterday
subversion over ssh
Posted by on January 25, 2012
I have a subversion repository in my home directory on one of my CentOS servers. In order to check files out of the repository over SSH, you use the command:
svn co svn+ssh://user@192.168.1.10/home/user/svn/repo
It helps to create an SSH key pair and add your public key to the /home/user/.ssh/authorized_keys file.
Advertisement