How to implement svn's post-commit hook to automate the deployment of php web projects?

Posted by user198729 on Stack Overflow See other posts from Stack Overflow or by user198729
Published on 2010-06-06T09:42:50Z Indexed on 2010/06/06 9:52 UTC
Read the original article Hit count: 194

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about svn

Related posts about web-deployment