I am trying to setup a post-commit hook in my Subversion server to send email notifications on commits. I am trying to use the mailer.py
script that came with my Subversion installation. However, when the script is executed by the hook, I get this error message:
You need version 1.5.0 or better of the Subversion Python bindings.
I followed the instructions and installed py33-pysvn-svn178-1.7.7-1497
from this url:
http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1768
But I'm still getting the same error. Any ideas what is missing?
My svn server is version 2.5.9. I already have python 3.3 installed on my server. I am using OS Windows Server 2008.