post-revprop-change — Notification of a successful revision property change.
The post-revprop-change hook is run immediately after to the modification of a revision property when performed outside the scope of a normal commit. As can be derived from the description of its counterpart, the pre-revprop-change hook, this hook will not run at all unless the pre-revprop-change hook is implemented. It is typically used to send email notification of the property change.
The output from, and exit value returned by, the post-revprop-change hook program are ignored.
The command-line arguments passed to the hook program, in order, are:
repository path
revision whose property was modified
authenticated username of the person making the change
name of the property changed
change description: A
(added),
D
(deleted), or M
(modified)
Additionally, Subversion passes to the hook program, via standard input, the previous value of the property.