Search code examples
svnberkeley-dbfsfs

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?


Solution

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