Andreas Guther wrote:
> I am having problems getting the mailer.py python script to work as a
> post-commit hook for commit notifications on our windows 2003 server.
[snip]
> We are running Subversion for Win32, version 1.2.3. on a Windows 2003
> Server.
[snip]
> I decided to try the mailer.py[1] python script and installed the
> svn-win32-1.3.2_py.zip.
[snip]
> File "mailer.py", line 1808, in ?
> repos_dir = svn.core.svn_path_canonicalize(sys.argv[2])
> AttributeError: 'module' object has no attribute 'svn_path_canonicalize'
I run the same general configuration as you without problem. I'd first
look at the discrepancy between your installation: You say you have svn
1.2.3, but python bindings for svn 1.3.2.
To me, having Python bindings that are much newer than the installed svn
crap out because attributes are missing from the older svn installation
is something almost expected.
-Nathan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 16 16:51:32 2006