[Python-Dev] Python svn post-commit hook?
skip at pobox.com
skip at pobox.com
Thu Mar 26 21:58:04 CET 2009
I'm trying to get the powers that be at work to enable post-commit hooks for
our Subversion repositories. Here's the default, sans comments:
REPOS="$1"
REV="$2"
commit-email.pl "$REPOS" "$REV" commit-watchers at example.org
log-commit.py --repository "$REPOS" --revision "$REV"
Does Python's post-commit.tmpl do more (or less) than this? If it's
substantially different, can someone mail me a copy of what's installed?
Thanks,
Skip
More information about the Python-Dev
mailing list