问题
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?
回答1:
Open the file repository\db\fs-type
with a text editor. It either contains bdb
or fsfs
indicating which backend it uses.
来源:https://stackoverflow.com/questions/6122054/how-can-i-determine-whether-a-subversion-repository-was-created-with-a-bdb-or-fs