Re: How can I setup two svnservers with svnsync and both should provide checkout and checkins
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Wed, 20 Apr 2011 07:16:50 -0500
On Apr 20, 2011, at 06:23, phaneedra wrote:
> I didn't get information related to setup two svnservers with svnsync by
Subversion doesn't provide that capability. You can only have one master server, and you can use svnsync to create any number of read-only mirrors of that master. You can also configure those mirrors to proxy any write (commit) requests back to the master. This is sufficient for most setups.
For full multiple-master capability, you'll have to look elsewhere. For example, WANdisco is a commercial product that's based on Subversion that offers this.
http://www.wandisco.com/subversion/multisite
I've never used it and don't know anything more about it besides that it exists.
|
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.