0

Does SVN have command to checkout to remote server using SSH?

Normal checkout command is: svn co file:///var/svn/myrepo /var/www/html/project

I want to:

svn checkout file:///var/svn/myrepo ssh server1 /var/www/html/project

Behind all this to only commit once in all different server.

Thanks

1 Answer 1

1

This topic might point you in a correct direction: checkout svn+ssh with loginname

Here is some more info on SVN+SSH:

Guide from Columbia University: SVN over ssh HOWTO

Another suitable guide: Subversion access with svn+ssh

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.