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

Re: Move repository to an other server

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-11-27 19:17:14 CET

On Nov 27, 2005, at 18:56, Omar Pennacchio wrote:

> I need some help on moving my repositories to an other server. Can
> I just
> copy the files and put them into the new server? Does someone have a
> tutorial?

If you are using FSFS repositories, yes, you can just copy them over.

If you are using BDB repositories, you will run into problems if
you're moving across BDB versions or from one platform to another, so
you're best bet is to svnadmin dump the repository on the old server
and svnadmin load it into a new (preferrably FSFS) repository on the
new server.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 27 19:18:54 2005

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.