You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by mark <ma...@junklight.com> on 2004/07/22 14:35:16 UTC

Python help

Hello, 

I'm developing a python cgi front end to our document repository which is
kept 
in our subversion repository.

I am struggling with the lack of documentaiton on the python API - obviously

I've got the C docs but I don't know that much about how SWIG works so 
somethings are less than obvious.

What I need is guidence (or even better code snippits) for:

checking documents in 
and accessing properties 

via python. 

Any help would be much appreciated. 

cheers 

mark 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Python help

Posted by François Beausoleil <fb...@ftml.net>.
Hello Mark,

mark wrote:
> What I need is guidence (or even better code snippits) for:
> 
> checking documents in 
> and accessing properties 
> 
> via python. 

Are you aware of the PySVN project ?  It's a Python front-end to the 
SWIG libraries.  It works great.

http://pysvn.tigris.org/

Hope that helps,
François


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org