On Sep 28, 2010, at 05:52, p4p...@web.de wrote: > well what should i do if i want 2 hosts, like a local/lan based visualsvn > server AND a sourcefourge one ? > seems, i can't have both, can i ?
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.