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.