First page Back Continue Last page Overview Graphics
Hook Scripts (3/6)
start-commit
- Run before the commit transaction is created
- Typically used to implement repository-level access controls
- Passed two arguments:
- Path to repository
- Username attempting to commit
- A non-zero exit value will result in the commit being disallowed, and any output written to standard error will be reported to the user's Subversion client
Notes: