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

background replication of repositories

From: K. Richard Pixley <rich_at_noir.com>
Date: 2005-04-15 19:28:37 CEST

I'm looking for methods of producing distributed repositories. SVK
seems like the definitive choice, but from what I've read so far,
appears to suffer from needing access to the "master" repository when
doing merges into the master repository.

Has anyone built a system over subversion using the clearcase multisite
style of replication? Ie, each geographic location "owns" a branch,
checks out from that branch, checks into that branch, and then those
changes are transported automagically, batch style, in the background,
to the other copies of that branch, all of which are read-only.

The downside, of course, is that every site needs to merge in the
changes from their siblings if they also want write access to that
code. The big win is that no one has to sit around waiting for
transactions to take place over a thin wire.

Anyone done anything like this or working on anything similar?

--rich

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 15 19:33:21 2005

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.