Re: 2 hosts
From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Tue, 28 Sep 2010 06:28:18 -0500
On Sep 28, 2010, at 05:52, p4p4p4_at_web.de wrote:
> well what should i do if i want 2 hosts, like a local/lan based visualsvn server AND a sourcefourge one ?
With regular Subversion, there must be one master repository. But there can be slave servers that keep mirror copies of the master, to speed up read-only operations. Write requests to the slave can be transparently proxied back to the master.
So you could use SourceForge for your master, and set up a local mirror on your LAN to speed some things up. Read up on svnsync.
|
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.