Re: synchonizing two Subversion repositories
From: Nick Thompson <nickthompson_at_agere.com>
Date: 2006-05-04 11:00:08 CEST
On Thursday 04 May 2006 05:07, ninad panday wrote:
You can use the script SVNmirror which I imagine you can find with
Or you can do for yourself something similar to what it does (IIRC):
"svnadmin dump" new revision(s) on A since last update.
The dump command would look something like:
svnadmin dump /repo/path -r <rev_range> --incremental >dumpfile
You can use rsync to get the initial copy onto B and for updating B
HTH,
-- > Nick Thompson --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu May 4 11:02:22 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.