[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-04-08 22:11:46 CEST

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 8 22:54:43 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.