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.

Reply via email to