[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: <ark-d_at_betasystems.com>
Date: 2004-11-23 16:54:23 CET

you can / shall use dump/load procedure for bdb

svnadmin dump /path/to/old/repos > dumpoldrepos.dump

svnadmin load /path/to/newrepos < dumpoldrepos.dump

best regards
Arash

                                                                           
             hoel@gl-group.com
             (Berthold
             Höllmann) To
             Sent by: news users@subversion.tigris.org
             <news@sea.gmane.o cc
             rg>
                                                                   Subject
                                       Migrating SVN repository
             23.11.2004 15:40
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           

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

Thanks
Berthold

--
hoel@GL-Group.com              __   Address:
                            G /  \ L Germanischer Lloyd
phone: +49-40-36149-7374    -+----+- Vorsetzen 35       P.O.Box 111606
fax  : +49-40-36149-7320      \__/   D-20459 Hamburg    D-20416 Hamburg
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 23 17:05:51 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.