First page Back Continue Last page Overview Graphics
Hook Scripts (6/6)
pre-revprop-change, post-revprop-change
- Run before / after changes to unversioned revision properties (e.g. svn:log commit message property)
- Typically used keep track of changes to properties using an external mechanism
- Passed four arguments:
- Path to repository
- Revision whose property is being / has been modified
- Username attempting the change
- Name of the property
- Non-zero exit code for pre-revprop-change will result in the property change being disallowed; exit code is ignored for post-revprop-change
Notes: