You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Checkpoint
A big thanks to Gary Bernhardt for pointing out a race condition in
the file locking operations in the repository.py module. Under
certain conditions, multiple instances of Checkpoint could have tried
to commit to the same repository at the same time, which could have
caused a repository to become corrupt.
Proper file locking was implemented (using fcntl.lockf) to prevent the
race condition.
Both of you (yes, there are two of you) can upgrade your copy using
"easy_install -U Checkpoint"