[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Commin Mail Notifications on Windows with mailer.py fails

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2006-10-16 16:52:15 CEST

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.