Converting BDB to FSFS on NFS & linux
From: Chris Beck <cbeck_at_gene.concordia.ca>
Date: 2004-08-18 00:19:59 CEST
Hi,
I have a local BDB repository that I want to convert to FSFS ... I am trying to do this using the dump & load procedure recommended
I am mounting my remote partion using the following entry in fstab:
I successfully run
{nfs} svnadmin create --fs-type=fsfs /data/svn-nfs-repos/go-dev
and the repository skeletons appears.
I successfully dump my BDB repos:
svnadmin dump /data/svn-repos/go-dev > go-dev.dmp
Next I try to load a dump of the BDB repository to the local FSFS:
/opt/svn/bin/svnadmin load /data/svn-local-repos/go-dev < go-dev.dmp
Next I try to load the dump into the nfs repos (which I successfully created)
svnadmin load /data/svn-nfs-repos/go-dev < go-dev.dmp
Ooops. Can anyone tell me why it failed and how I can successfully convert from BDB to NFS+FSFS on linux? Is there an nfs trick I
Cheers,
-- Chris Beck / Y.A.B.A. / Fungal Genomics / Concordia University / tel. ext. 5791 ACK and ye shall receive --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Aug 18 00:20: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.