[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-10 23:54:54 CEST

Barry Scott <barry@barrys-emacs.org> writes:

> Ideally you would have a nice Python module that hides all the
> complexity of the svn API from a python user.

Um, the svn API really isn't that complex. The public API is
*already* hiding a ridiculous amount of complexity.

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 10 23:55:59 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.