How can I tell if a respository uses BerkeleyDB or FSFS?
Asked
Active
Viewed 832 times
2 Answers
4
look into db/fs-type
file in your repository (that is, of course, accessing it directly).

Michael Krelin - hacker
- 138,757
- 24
- 193
- 173
1
Crack open the "fs-type" file in your Subversion repository; e.g. D:\Development\SVN\db\fs-type
. Mine shows "fsfs". It will show "bdb" for BerkeleyDB.

Cᴏʀʏ
- 105,112
- 20
- 162
- 194