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

Re: How do I spread the load?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 8 Feb 2010 18:42:50 -0500

On Mon, Feb 8, 2010 at 18:19, Richard Quadling <rquadling_at_googlemail.com> wrote:
> Hi.
>
> Can svn server be run so that there are multiple mirrored repositories?
>
> Or do you have 1 master and use post-commit hooks to commit to the
> slave servers?
>
> Or something else?

See http://subversion.apache.org/docs/release-notes/1.5.html#webdav-proxy
* svnsync to replicate out to one or more slaves
* Configure each slave as a write-through proxy (passes commits back
up to the master)
* Requires you serve via Apache.

*However*, are you certain that you need to distribute your
repository? Don't add layers of complexity unless you know you need
them - keep it simple! You ask about "spreading the load" - is your
repository server overworked with checkout operations?

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2446014

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-02-09 00:43:11 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.