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

Re: Case study: Mono switches to Subversion

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-11-18 13:11:20 CET

Jani Averbach wrote:
> Automatic master / slave servers
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> The idea is that we have two repository urls in the working copy,
> an url for read-only operations, and an url for writable operations.
...

I do *exactly* this for several CVS projects.

Rsync the repository locally, checkout locally, and then use a shell alias
to pass an explicit cvsroot on the command line when doing write commands.
Optionally hack cvs source code to error out on write attempts to the local
mirror.

It would be rather neat to be able to do this with subversion too.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 18 13:12:22 2004

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.