另一个SVN中的SVN


8

我有一个在SVN中的简单项目,并且一切正常。我想在这个简单项目中的文件夹中使用来自另一个 SVN服务器的代码。

我怎样才能做到这一点?

我希望稍后能够从此“其他” SVN服务器更新代码。

svn co http://svnserverone.com/projects/trunk/ mjproject
svn co http://anotherserver.com/whatever/trunk/ mjproject/path/module

感谢您的时间和答复!

大音


如果您打算使用外部函数,则应该研究分支代码并将分支用作外部函数,以便万一您重写整个过程,这不会影响依赖于以前版本的代码。
加布里埃尔·所罗门

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.