10

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?

bahrep
  • 29,961
  • 12
  • 103
  • 150
JW.
  • 4,821
  • 5
  • 43
  • 60

1 Answers1

17

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

Stefan
  • 43,293
  • 10
  • 75
  • 117