从远程 SVN 存储库签出到远程位置? [英] Check out from a remote SVN repository TO a remote location?

查看:21
本文介绍了从远程 SVN 存储库签出到远程位置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

SVN 有没有办法从远程存储库签出到另一个远程位置而不是我的本地文件系统?类似的东西:

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

推荐答案

我认为你可以这样做:

ssh me@other.net 'svn co http://repository/svn/project /var/www/project'

这利用了 ssh 允许您远程执行命令的事实.

This takes advantage of the fact that ssh lets you execute a command remotely.

这篇关于从远程 SVN 存储库签出到远程位置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆