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

Re: [PROPOSAL] Create branch for repository mirroring?

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-12-13 18:16:20 CET

Justin Erenkrantz wrote:
>
> Ideally, I'd like to see the slaves pull the changes from the master
> on-demand rather than relying on a push from the master. I don't
> think WebDAV has the concept of repository synchronization. It's a
> rather interesting area. -- justin

To allow anybody to have a slave, the master could in the post-commit
script run svnadmin dump --incremental YOUNGEST_REV to a directory
on the server using "Options Indexes" and "IndexOptions TrackModified"
and on each slave server, could run a script every minute or so to pick
up changes.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 13 18:16:43 2002

This is an archived mail posted to the Subversion Dev mailing list.

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