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

Re: client side python APIs to access repos over https

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-30 15:53:21 CEST

On Wed, 2004-06-30 at 05:56, Aditya Gandhi wrote:

> Can the group guide me as to what kinds of client side APIs are
> available for the same. I would prefer if the APIs are in python.
> Once I get these APIs do we also have a framework/ samples available for
> the same (https access from svn clients)

Sounds like you want the svn_client_log() function, which lives in
svn_client.h, along with all the other main client APIs. That same API
should be available in python too, via the swig-python bindings.

The array of 'targets' passed to that function can be either working
copy objects or URLs. In your case, you would just pass an https:// URL
in that array.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 30 15:57:35 2004

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.