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

Re: Python Bindings

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-07-14 13:11:41 CEST

Jerry Haltom wrote:
> Thanks! Just before you sent this message, I figured it out (after
> searching thru the SWIG interfaces and finding special handing for
> providers).
>
> You sound like you've done this before. Do you have any sample code?

I've only used the python bindings in tinkering with ViewCVS
(http://viewcvs.sf.net/). But basically everything you need to know about the
Subversion API's is in the public headers (subversion/include/*.h) which are
very well documented. And if you need to know python-specific information like
how arguments and return values are handled you can look at the generated swig
code (subversion/bindings/swig/python/*.c) which is pretty readable and
intuitive.

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 14 13:13:45 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.