[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
> providing checkin and checkout on two servers.
>
> More clearly I have two servers at different location. I have to make sync
> and provide access to users to check in and check out from any of the
> server. Not as mirror.

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.
Received on 2011-04-20 14:17:27 CEST

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.