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

Re: query repository for its type: bdb or fsfs

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: 2005-09-13 21:01:01 CEST

On 9/13/05, Dave Pawson <dave.pawson@gmail.com> wrote:
> On 13/09/05, Hari Kodungallur <hkodungallur@gmail.com> wrote:
>
> >
> > the following is true if the repository is fsfs:
> >
> > $ cat <svn-repo>/db/fs-type
> > fsfs
> Thanks Hari. I'd wondered.
>
> And is it possible to convert from bdb to fsfs please?
>

I believe, the following should work:

Create a new reposisotry
$ svnadmin create new-repos-path --fs-type fsfs

$ svnadmin dump old-repos-path > dumpfile
$ svnadmin load new-repos-path < dumpfile

rgds
-Hari
SpikeSource Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 13 21:04:56 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.