Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I determine whether a Subversion repository was created with a BDB or fsfs backend?

If you arrive at a pre-existing Subversion repository, how can you determine whether it was created with a BDB or fsfs backend storage method?

like image 713
JW. Avatar asked May 25 '11 09:05

JW.


1 Answers

Open the file repository\db\fs-type with a text editor. It either contains bdb or fsfs indicating which backend it uses.

like image 96
Stefan Avatar answered Sep 26 '22 21:09

Stefan