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

Re: SVN MySQL Backend

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Wed, 30 Apr 2008 02:59:27 -0500

On Apr 29, 2008, at 11:31 PM, Ruslan Sivak wrote:

> I would like to have a load balanced SVN solution, but without
> shared storage. It looks like MySQL can be set up in a cluster and
> be fault tolerant.
> Did SVN ever get a MySQL backend?

There's no MySQL backend for Subversion. The choices are FSFS or BDB.

> Are there other solutions for load-balanced SVN Server?

There are possible solutions for Subversion. You can have one master
repository and a number of slaves which synchronize with the master
using svnsync. You can set up write-thru proxies on the slaves so
that any write requests to the slaves get passed on to the master. If
the master fails, you can make one of the slaves the new master -- I
think this is a manual process but perhaps it could be automated.

> I would rather not have to switch to SVK, as I'm used to all the
> SVN tools.

I can't speak to SVK.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-30 09:59:47 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.