This documentation was written to describe the 1.7.x series of Apache™ Subversion®. If you are running a different version of Subversion, please visit the svnbook index and choose the version of this documentation appropriate for your your version of Subversion.
Name
post-unlock — Notification of a successful path unlock.
Description
The post-unlock
hook runs after one
or more paths have been unlocked. It is typically used to
send email notification of the unlock event.
If the post-unlock
hook returns a
nonzero exit status, the unlock will
not be aborted since it has already
completed. However, anything that the hook printed
to stderr
will be marshalled back to the
client, making it easier to diagnose hook failures.