source: trunk/test/repo/locks/db.lock @ 250

Last change on this file since 250 was 248, checked in by Peter Johansson, 16 years ago

fixes #125

File size: 460 bytes
Line 
1DB lock file, representing locks on the versioned filesystem.
2
3All accessors -- both readers and writers -- of the repository's
4Berkeley DB environment take out shared locks on this file, and
5each accessor removes its lock when done.  If and when the DB
6recovery procedure is run, the recovery code takes out an
7exclusive lock on this file, so we can be sure no one else is
8using the DB during the recovery.
9
10You should never have to edit or remove this file.
Note: See TracBrowser for help on using the repository browser.