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

[TSVN] Erorr in FAQ entry about converting from BDB to FSFS

From: Jean-Marc van Leerdam <developer_at_bemy.demon.nl>
Date: 2005-05-25 21:31:07 CEST

Hi Stephan,

Your FAQ entry about converting from BDB to FSFS contains a minor (but
serious) error:

>You can use the svnadmin command which comes with the Subversion package for that. You have to run
>
>svnadmin dump path/to/repository > dumpfile
>
>then delete the repository you've got, create a new one in the FSFS format
>
>svnadmin create path/to/repository --fs-type FSFS
>
>next, load the dumpfile back into the new repository
>
>svnadmin load path/to/repository < dumpfile

The correct command to create is:

svnadmin create path/to/repository --fs-type fsfs

Using FSFS in capitals throws an error.

Regards,

Jean-Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed May 25 21:35:14 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.