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