Re: Is there any doc for python SWIG bindings?
From: Joerg Hessdoerfer <Joerg.Hessdoerfer_at_sea-gmbh.com>
Date: 2005-02-12 17:11:49 CET
Hi,
On Saturday 12 February 2005 02:11, Max Bowsher wrote:
Thank you, this helped a lot. I now can get status information for a wc, using
def callback(path, status):
svn_client_status(path, None, callback, 1, 0, 0, 0,ctx,pool)
but, when I try to use 'update = 1', I get a 'Segmentation fault'. I reckoned
rev = util.svn_opt_revision_t
...and it says 'TypeError: Expected a pointer'.
I also tried
client.svn_client_status(path, util.svn_opt_revision_tPtr(rev), callback, 1,
but still, 'TypeError: Expected a pointer'.
How does one pass the revision argument? (Or how does one create a SWIG
Thanks,
-- Leading SW developer - S.E.A GmbH Mail: joerg.hessdoerfer@sea-gmbh.com WWW: http://www.sea-gmbh.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Feb 12 17:14:03 2005 |
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.