> I just tried it, and although it works, I get this output: > svn: 'post-revprop-change' hook failed; no error output available > > Significant?
It's the mailer.py hook failing. I'm not quite sure why it fails, and had no time to look it up. It reads #!/bin/sh REPOS="$1" REV="$2" USER="$3" PROPNAME="$4" /data/repos/projects/hooks/mailer.py propchange "$@" The script is the same mailer.py that is also invoked in post-commit. Can anybody see a problem with that? Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com