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

Re: Syncing Repository Locations

From: Bob Proulx <bob_at_proulx.com>
Date: 2006-06-13 16:49:26 CEST

Bryan D. Andrews wrote:
> We have a remote office that we would like to sync code with when they
> check in - maybe a mirrored repository or just specific folders.

In the repository in the hooks/post-commit script you can have actions
happen automatically when files are committed to the repository.
There you could automatically push/sync the repository to another
location.

You can keep another copy of the repository if you treat one as
read-only. You really only want to check into one, the master, and
not the others. Therefore you could copy the repository to the other
site and lock it down to be read-only.

You might want to look at the svk tool. It would be useful in your
context.

  http://svk.elixus.org/

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 13 16:51:43 2006

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.