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

Re: mailer.py: TypeError in apply_textdelta

From: Blair Zajac <blair_at_orcaware.com>
Date: 2003-04-08 23:01:33 CEST

Karl Fogel wrote:
>
> Blair Zajac <blair@orcaware.com> writes:
> > Running with svn revision 5583, I'm trying mailer.py for the first
> > time and getting this error:
> >
> > $ ./mailer.py /export/home2/svn/repositories/test 1 ./mailer.conf
> > Traceback (most recent call last):
> > File "./mailer.py", line 799, in ?
> > svn.util.run_app(main, config_fname, repos_dir, revision)
> > File "/opt/i386-linux/installed/subversion-r5583/lib/svn-python/svn/util.py", line 38, in run_app
> > File "./mailer.py", line 48, in main
> > pool)
> > TypeError: apply_textdelta() takes exactly 4 arguments (3 given)
> >
> > Any ideas? I have no python/swig fu....
>
> This is probably related to revision 5554, where apply_textdelta()
> lost the result_checksum argument. The bindings got adjusted, but not
> all users of the bindings got adjusted.
>
> I've committed a fix in revision 5586, let me know how it works.
>
> -Karl

That one worked, but now I get this:

Traceback (most recent call last):
  File "./mailer.py", line 799, in ?
    svn.util.run_app(main, config_fname, repos_dir, revision)
  File "/opt/i386-linux/installed/subversion-r5583/lib/svn-python/svn/util.py", line 38, in run_app
  File "./mailer.py", line 48, in main
    pool)
TypeError: close_file() takes exactly 2 arguments (3 given)

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 8 23:02:28 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.