How to implement svn's post-commit hook to automate the deployment of php web projects?
- by user198729
This is the default stuff in post-commit.tmpl, which I don't think do anything useful:
REPOS="$1"
REV="$2"
mailer.py commit "$REPOS" "$REV" /path/to/mailer.conf
How to make use of this hook to automate the deployment?