[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Post-commit script - unlock deleted

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: Wed, 16 Jan 2008 08:46:37 -0800

http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/remove-zombie
-locks.py

Hmm.. after looking at this a bit I don't think it works as a
post-commit hook script in all cases.

For example:

svn lock adir/afile
svn rm adir
svn ci -m 'removed adir'
 D adir
Committed revision N

remove-zombie-lock.py /path/to/repos N

Does nothing when it should have unlocked adir/afile.

It seems to work fine using 'all' though.

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-16 17:53:26 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.