Re: Multisite
From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Mon, 23 Jan 2012 04:53:41 -0600
On Jan 22, 2012, at 23:42, sureshkumar nandakumar wrote:
> I hope currently we don’t have "Multisite" perception in Subversion.
Subversion works on the idea of a single master repository. You can host it wherever you like -- perhaps the site where most of your developers are located, or the site with the fastest Internet connectivity -- but there is only one of them.
You can additionally configure as many read-only slaves as you want. For example you could have a read-only slave at each site, other than the site where you have the master.
The slaves can be configured to proxy write requests back to the master. Users at each site would then connect to the server at their site, and any read operations (like checking out, or looking at the log) would be fast. Write operations (like committing) will take a longer for those sites that have the slave copies and not the master.
The concept of multiple master repositories is a special thing that the people at the WANdisco company have developed. You can pay them lots of money to use that software, and they will probably tell you many reasons why you need it. I recommend trying a normal Subversion setup, with a single master server (and if desired any number of slave servers) first, since the software to do that is free.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.