How to synchronize two Subversion repositories?

2019-01-08 06:42发布

My company has a subsidiary with a slow Internet connection. Our developers there suffer to interact with our central Subversion server. Is it possible to configure a slave/mirror for them? They would interact locally with the server and all the commits would be automatically synchronized to the master server.

This should work as transparently as possible for the developers. Usability is a must.

Please, no suggestions to change our version control system.

7条回答
仙女界的扛把子
2楼-- · 2019-01-08 07:40

VisualSVN Server's Multisite Repository Replication was designed for this case.

You can keep the master repository in your main office and setup multiple writeable slave repositories at the remote locations.

This should work as transparently as possible for the developers. Usability is a must.

  • The replication between the slaves and the master is transparent and automatic,

  • Each master and slave repository is a writable Subversion repository from the user's standpoint,

  • Works out-of-the-box and can be configured in a couple of clicks via VisualSVN Server Manager MMC console.

VisualSVNServerManagerConsoleMultisite

查看更多
登录 后发表回答