Svn – Subversion cluster / replication / HA

gitreplicationsvnversion control

What's a good way of making SVN highly available?

We take backups of our Subversion server, but this is not enough, as svn is very important.
We would like to implement some HA mechanmism for Subversion

There is a commercial solution (http://www.wandisco.com/subversion/clustering/)
but maybe I can use another mechanism or even git with svn compability?

Best Answer

You're going to want to use svnsync.

The Subversion book is a good reference for this.

Also, you may be interested in what the Apache Software Foundation is doing.

Related Topic