mailer.py hook-script and Python bug #3905
From: Roberto Mannai <robermann_at_gmail.com>
Date: Tue, 8 Sep 2009 21:46:22 +0200
Hello
When running the hook-script from command line, it works.
When it is triggered by an SVN post commit, it fails with the below message:
I also tryied to set the same environment variables used when starting
Finally I applied the workaround in http://bugs.python.org/issue3905,
self.pipe = subprocess.Popen(cmd, stdin=subprocess.PIPE,
This time SVN commits were able to successfully run the mailer.py script.
Environment:
I hope this helps.
Ciao
--- Bored of programming? Play the code! www.codesounding.org ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2392625Received on 2009-09-09 02:50:05 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.