mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Removed file/folder
svn path=/trunk/; revision=12724
This commit is contained in:
parent
100e13b72c
commit
d7a8b29d38
2 changed files with 0 additions and 17 deletions
|
@ -1,7 +0,0 @@
|
|||
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.
|
|
@ -1,10 +0,0 @@
|
|||
DB lock file, representing locks on the versioned filesystem.
|
||||
|
||||
All accessors -- both readers and writers -- of the repository's
|
||||
Berkeley DB environment take out shared locks on this file, and
|
||||
each accessor removes its lock when done. If and when the DB
|
||||
recovery procedure is run, the recovery code takes out an
|
||||
exclusive lock on this file, so we can be sure no one else is
|
||||
using the DB during the recovery.
|
||||
|
||||
You should never have to edit or remove this file.
|
Loading…
Reference in a new issue