Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SVNを使用して、ローカルファイルシステムではなく、リモートリポジトリから別のリモートロケーションにチェックアウトする方法はありますか?何かのようなもの:
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 を使用するとコマンドをリモートで実行できるという事実を利用しています。
いいえ。リポジトリをコピーする場合は、svnsyncを調べてください。
SSHFSでSubversionを使用できます。