Nathan Kidd <nathan-svn@spicycrypto.ca>


Patch
r863051

r863051 | cmpilato | 2007-01-11 19:44:49 +0000 (Thu, 11 Jan 2007)

Add a contributed script which cleans up zombied locks (locks for whom
the locked path no longer exists).  This is a workaround for issue
#2507.

The script supports two usages:

   * Purge all zombied locks based on path existence in HEAD (for use
     as a one-time slate-cleaning action).

   * Purge all locks orphaned by deletion of paths in a particular
     revision (for use as a post-commit hook script).

Patch by: Nathan Kidd <nathan-svn@spicycrypto.ca>
(Tweaked by me.)

* contrib/hook-scripts/remove-zombie-locks.py
  New