I've already created my repository and have been using it for a while. I wanted to check what filesystem data store it is using: Berkeley DB or FSFS. I'm not sure how to check this. I've looked at svnadmin, svnlook, etc. Any hints on how to do this?
A:
Assuming you can access the filesystem the repository is on then you can check if there is a file for each source file in the DB subdir
Sorry don't know how to do it from the client side
Martin Beckett
2009-12-19 05:09:40
+4
A:
Check the db/fs-type
file in your repository:
$ cat db/fs-type
fsfs
ZoogieZork
2009-12-19 05:12:26
Exactly what I was looking for. Thanks!
Avry
2009-12-19 05:18:55