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

Re: python swig binding problem with _p_p_apr_hash_t

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-15 15:30:05 CET

Alexis Boutillier <alexis.boutillier@arteris.net> writes:

> i tried that :
>
> adm_baton = wc.svn_wc_adm_open(None , dir, 1, 1, pool)
> listres = wc.svn_wc_entries_read(adm_baton,True,pool)
>
> and i get this error :
>
> File "plib/test.py", line 45, in ?
> core.run_app(check)
> File "/opt/alexis/svn1.0/lib/svn-python/svn/core.py", line 33, in
> run_app
> return apply(func, (pool,) + args, kw)
> File "plib/test.py", line 27, in check
> listres = wc.svn_wc_entries_read(adm_baton,True,pool)
> TypeError: svn_wc_entries_read() takes exactly 4 arguments (3 given)

Ah. We must not have the swig interface file doing the right thing
for this function.

/me goes to check ... ho hum ...

Nope. Sorry about that. Will commit the fix very soon.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 15 16:01:28 2004

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.