summaryrefslogtreecommitdiffstats
path: root/locks/db-logs.lock
diff options
context:
space:
mode:
Diffstat (limited to 'locks/db-logs.lock')
-rw-r--r--locks/db-logs.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/locks/db-logs.lock b/locks/db-logs.lock
new file mode 100644
index 0000000..f6956f7
--- /dev/null
+++ b/locks/db-logs.lock
@@ -0,0 +1,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.