summaryrefslogtreecommitdiffstats
path: root/locks/db-logs.lock
blob: f6956f712654fefc4fd0d528c0398e63e306276e (plain)
1
2
3
4
5
6
7
DB logs lock file, representing locks on the versioned filesystem logs.

All log manipulators of the repository's
Berkeley DB environment take out exclusive locks on this file
to ensure that only one accessor manupulates the logs at the time.

You should never have to edit or remove this file.