Reputation: 687
We have three SVN Server on windows machine. One onsite (ON1) and two offshore (OF1, OF2). I want to make the onsite SVN Repository as Master and offshore machines as mirrors.
User will commit to Offshore svn servers(any of OF1, OF2) which internally will get committed to Onsite server(ON1) and which will be SVNSYNCd to all slave servers (OF1 & OF2).
I am unable to understand the processes mentioned in various websites including svnbook.red-bean.com. Can anyone help me with a step by step approach to set this up. I am aware of httpd.conf and various svn hooks but in bits and pieces only.
Thanks.
Upvotes: 1
Views: 1421
Reputation: 30672
You can use Multisite Repository Replication feature or configure write-through proxy.
Upvotes: 0