[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: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-12-05 02:25:43 CET

On Dec 4, 2005, at 18:23, Ted To wrote:

> I'm trying to move my svn repository to a different computer and I've
> copied over all of the configuration files but I can't seem to
> access my
> repositories. When I do an svnlook, it says there's a Berkeley DB
> error
> and that permission is denied. Everything is chowned to the correct
> owner. Is there some sort of db lock issue?

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.

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