开发者

SVN two different repos

开发者 https://www.devze.com 2023-03-28 18:03 出处:网络
W开发者_JAVA技巧e have our own repository and our client has their own, is there a way to somehow sync them but at the same time keep them separated?Look into SVN externals, which permits you to check

W开发者_JAVA技巧e have our own repository and our client has their own, is there a way to somehow sync them but at the same time keep them separated?


Look into SVN externals, which permits you to checking a version of another repo into a subdirectory of your repo. This maintains version control over the binding of your particular version to the specific checkin / tag / branch / head of the external repository.

It might be the solution, or at least a tool to build your solution.


If you have two separate directories you could use Goodsync to synchronize the files periodically.

http://www.goodsync.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消