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

Re: What's the current status for subversion replication?

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Wed, 11 Aug 2010 03:54:49 -0500

On Aug 11, 2010, at 02:46, Steven Woody wrote:

> What's the current status for subversion servers replication? Does it
> allow read/write on both master and slaver sides? Is it stable enough
> to put in real life use? I plan to do it for supporting concurrent
> development in different GEO locations, what is the right manual I
> should go to read, is it the "SVN Book"?

The software the Subversion project provides for this task is called svnsync. All writes occur on the master; the slaves are read-only. But you can set up a write-through proxy so that people who check out from a slave and try to commit will be transparently redirected to the master.
Received on 2010-08-11 10:55:35 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.