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

Re: Moving subversion repository

From: Ted To <RainExpected_at_speakeasy.net>
Date: 2005-12-05 04:57:43 CET

On Sun, 2005-12-04 at 19:25 -0600, Ryan Schmidt wrote:
> You can't move a BDB repository to another machine like that unless
> you've got the same version of BDB and the same operating system and
> processor architecture, and even then it doesn't always work. It'd be
> much better if you used svnadmin dump on the old machine to create a
> dump file, brought that to the new machine, created a new repository
> there, and used svnadmin load to load the dump file in. You could use
> this opportunity to create an FSFS repository instead of another BDB
> repository to avoid the various problems that plague BDB repositories.

Thanks Ryan, that did the trick!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 5 04:59:30 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.