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

mailer.py failure with 0.19

From: Dominik Westner <lists_at_logicunited.com>
Date: 2003-03-13 16:14:02 CET

Hi,

I was wondering if anybody else got mailer.py working with subversion
0.19?

I get the following error when trying to run it:
mailer.py /home/subversion/repository 661
/home/subversion/etc/mailer.conf
Traceback (most recent call last):
   File "/home/subversion/bin/mailer.py", line 794, in ?
     svn.util.run_app(main, config_fname, repos_dir, revision)
   File "/home/subversion/lib/python2.2/site-packages/svn/util.py", line
38, in run_app
     return apply(func, (pool,) + args, kw)
   File "/home/subversion/bin/mailer.py", line 30, in main
     repos = Repository(repos_dir, rev, pool)
   File "/home/subversion/bin/mailer.py", line 460, in __init__
     self.fs_ptr = svn.fs.new(None, pool)
TypeError: svn_fs_new() takes exactly 1 argument (2 given)

I have upgraded the bindings with

make install-swig-py

and also using the new version of mailer.py from 0.19

Is there anything I have been missing during the upgrade? Do I need to
delete anything else than
libapr* and libsvn*?

Thanks

Dominik

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 13 16:14:55 2003

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.