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

Re: mailer.py failure with 0.19

From: Matt Kraai <kraai_at_alumni.cmu.edu>
Date: 2003-03-13 17:23:27 CET

On Thu, Mar 13, 2003 at 04:14:02PM +0100, Dominik Westner wrote:
> 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*?

svn_fs_new takes two arguments in 0.19. Are you sure that all of
the swig stuff was regenerated?

Matt

-- 
Oink!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 13 17:24:42 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.