This documentation was written to describe the 1.6.x series of Subversion. If you are running a different version of Subversion, you are strongly encouraged to visit http://www.svnbook.com/ and instead consult the version of this documentation appropriate for your version of Subversion.
post-lock — Notification of a successful path lock.
The post-lock
hook runs after one or
more paths have been locked. It is typically used to send
email notification of the lock event.
If the post-lock
hook returns a
nonzero exit status, the lock 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.