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

StackOverflow https://stackoverflow.com/questions/6122054

  •  03-01-2021
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top