[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: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Fri, 15 Feb 2008 14:47:04 -0600

On Feb 15, 2008, at 14:42, Software Factory 3 wrote:

> On Fri, Feb 15, 2008 at 9:23 PM, Andy Levy wrote:
>
>> On Fri, Feb 15, 2008 at 3:13 PM, Software Factory 3 wrote:
>>
>> > 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)
>
> ok, so easy? Great!

So easy it's in the FAQ. :)

http://subversion.tigris.org/faq.html#bdb-fsfs-convert

---------------------------------------------------------------------
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:47:30 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.