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

Re: Migrating SVN repository

From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2004-11-23 16:52:24 CET

Berthold Höllmann wrote:

>Hello,
>
>I am trying to migrate a SVN repository from a computer running SuSE
>9.0 to one running SuSE 9.1. Both have subversion 1.1.0 installed from
>some RPMs. I copied the repository directory from the old server to
>the new one. When I try to checkout now I get:
>
>/tmp >svn co svn://hoel@newserver/Project/trunk
>svn: Berkeley DB error while opening environment for filesystem /srv/svn/Project/db:
>Invalid argument
>svn: bdb: Berkeley DB library configured to support only DB_PRIVATE environments
>
>Googling brougth up an issue with modern thread libraries that causes
>the above error message. If I understand it right, the only cure is to
>move from bsdb storage to FSFS. Is there any advice avaliable
>
>

I'm not sure about the thread libraries thing, but you could try using
an "svnadmin dump" on the Suse 9.0 machine to create a dump file
(guaranteed to be portable, and good for backups too), copy the dump to
the new Suse 9.1 machine, then do "svnadmin load" to create a new
repository. The new repos can be BDB or FSFS.

Cheers,
Mike.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 23 16:54:31 2004

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.