[Python-Dev] generated NEWS files
"Martin v. Löwis"
martin at v.loewis.de
Fri Apr 11 23:53:20 CEST 2008
> 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
More information about the Python-Dev
mailing list