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

Re: Migrating Multiple SVN Repositories to new server

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2006-07-19 11:02:09 CEST

On Tuesday 18 July 2006 23:11, Santhosh Raghunath wrote:
> We would like to know the detailed steps involved in migrating the
> multiple SVN repositories residing on the current box to the new box. I
> have read about the 'svnadmin dump' and 'svnadmin load' commands. But I
> am not sure if this has to be run for each repository (around 7-8 in our
> case) separately? Is there any other simpler and sure shot way.

1. dump and load only transfers the repository content, you would still have
to convert/copy the other setups like permissions or hooks.
2. If the target machine is sufficiently similar to the source machine, simply
copying the files that make up the repository will work. Be careful though
that you don't change permissions doing so in an inappropriate way, see the
book for further info. 'sufficiently similar' means in the case of BDB that
the used BDB libs are also of the same major and minor version and that the
computer is running the same OS on the same type of hardware. The FSFS
doesn't need such precautions, which is why it is favored as easier to use.
3. You can run a dump before and after migration and compare them to make sure
both are still the same.

Uli

****************************************************
Visit our website at <http://www.domino-printing.com/>
****************************************************
This Email and any files transmitted with it are intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any reading, redistribution, disclosure or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient please contact the sender immediately and delete the material from your computer.

E-mail may be susceptible to data corruption, interception, viruses and unauthorised amendment and Domino UK Limited does not accept liability for any such corruption, interception, viruses or amendment or their consequences.
****************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 19 11:03:47 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.