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

Re: Possible to migrate a repo from BDB to FSFS?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 15 Feb 2008 15:23:33 -0500

On Fri, Feb 15, 2008 at 3:13 PM, Software Factory 3
<softwarefactory3_at_googlemail.com> wrote:
> hi,
>
> is it possible to migrate from a bdb repository to fsfs?? And if yes, how is
> it possible?

Not directly. You need to do a dump/load cycle.

1) Dump your BDB repository (svnadmin dump)
2) Create a new, empty repository using FSFS (default in SVN >= 1.2,
or use svnadmin create --fstype=fsfs)
3) Load your dumpfile into the new repository (svnadmin load)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-15 21:23:52 CET

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.