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

Re: Should the python examples work in 0.29.0?

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-09-11 01:21:53 CEST

At 10-09-2003 16:54, Ben Collins-Sussman wrote:
>Um, the svn API really isn't that complex. The public API is
>*already* hiding a ridiculous amount of complexity.

In include/subversion-1/*.h there seems to be 59 types and 639 functions,
(use grep 'typedef struct' and grep ');' to get the numbers).
Is this the public interface I need to learn?

I see the "Developer Information" chapter in the Book. Is that all the
docs available?

>I know that in good python tradition, someone will someday write an
>API that's even simpler, just like python has already done for
>database access, CGI, and so on. But for now, to use the python API,
>there's an assumption that you understand how to use the C API. They
>line up nearly identically.
>
>Go take a look at /trunk/tools/examples/minimal_client.c, it should
>get you started.

Thanks, it look like I should be able to port it to python. I start tomorrow.

BArry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 11 01:22:47 2003

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.