3

How can I tell if a respository uses BerkeleyDB or FSFS?

bahrep
  • 29,961
  • 12
  • 103
  • 150
hs.
  • 31
  • 1

2 Answers2

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