Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1196 | - | 1 | DB lock file, representing locks on the versioned filesystem. |
2 | |||
3 | All accessors -- both readers and writers -- of the repository's |
||
4 | Berkeley DB environment take out shared locks on this file, and |
||
5 | each accessor removes its lock when done. If and when the DB |
||
6 | recovery procedure is run, the recovery code takes out an |
||
7 | exclusive lock on this file, so we can be sure no one else is |
||
8 | using the DB during the recovery. |
||
9 | |||
10 | You should never have to edit or remove this file. |