Federated (Synced) Subversion servers?

后端 未结 5 1732
粉色の甜心
粉色の甜心 2021-02-12 14:02

Is it possible to create \"federated\" Subversion servers? As in one server at location A and another at location B that sync up their local versions of the repository automatic

5条回答
  •  长发绾君心
    2021-02-12 14:12

    This is more or less the perfect use case for SVK. SVK is a command line front end for subversion that works with an entire local copy of the repository. So your commits, updates, etc. work on the local repository and you can then sync with a master. I would generally recommend SVK over plain subversion anyway as it makes a lot of things nicer. No .svn folders, better branching and merging, better conflict resolution.

提交回复
热议问题