Is there a way with SVN to check out from a remote repository to another remote location rather than my local file system? Something like:
svn co http://myrepository/svn/project ssh me@otherlocation.net:/var/www/project
|
feedback
|
|
I think you could do:
This takes advantage of the fact that ssh lets you execute a command remotely. | |||
feedback
|
|
Nope. If you want to copy a repository, look into svnsync. | |||||
feedback
|