SVN two different repos
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/
精彩评论