Re: [PATCH] More tests for the svn.wc Python bindings
From: David James <djames_at_collab.net>
Date: 2006-06-16 07:47:32 CEST
On 6/15/06, Madan U Sreenivasan <madan@collab.net> wrote:
The signature for svn.repos.create in the Python bindings is:
In the Python bindings, the pool argument is optional. If you do not
To generate a new pool, use the svn.core.Pool() function. Pools are
On the other hand, in C, the 'Pool' argument is not optional, and must
In general, the differences between the regular Subversion library and
Here's a conversion rule. In C, you might see:
In Python, this converts to:
... where the "pool" argument is optional, and should probably be left
Note that output arguments in C tend to be doubly indirect pointers
For examples of scripts which use the Python bindings, see the tools
Cheers,
David
-- David James -- http://www.cs.toronto.edu/~james --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Jun 16 07:48:04 2006 |
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.