[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: Jerry Haltom <wasabi_at_larvalstage.net>
Date: 2003-07-13 19:36:11 CEST

Thanks, I see that.

What about creating a apr_array_header_t to pass to svn_auth_open? Still
using Python.

On Sun, 2003-07-13 at 04:09, Russell Yanofsky wrote:
> Jerry Haltom wrote:
> > ...
> > First, I can't figure out how one would create an auth_baton. I cannot
> > locate a baton class. Second, to populate this class, I would need to
> > present an apr_array_header_t, also which doesn't seem to exist.
>
> I don't really know anything about the authentication API specifcally, but the
> auth_baton struct is not defined in the public headers, only declared as:
>
> typedef struct svn_auth_baton_t svn_auth_baton_t;
>
> This means you have to treat it as an opaque type. You can't instantiate it
> directly or access its members. If you want an instance, you have to call an api
> function that returns one (like svn_auth_open()).
>
> - Russ
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

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