First page
Back
Continue
Last page
Overview
Graphics
Hook Scripts (5/6)
post-commit
Run when the commit transaction is committed, and a new revision is created
Typically used to provide email notification of commits or to perform fine-grained backups of the repository
Passed two arguments:
Path to repository
New revision that was committed (which must be fed to svnlook to extract specifics)
Exit code is ignored
http://www.jmglov.net/unix/scripts/svn-hooks/post-commit
http://www.jmglov.net/unix/scripts/svn-hooks/commit-email.pl
Notes: