Python svn bindings for Subversion?

Benjamin Kaplan benjamin.kaplan at case.edu
Thu Aug 28 14:05:31 EDT 2008


On Thu, Aug 28, 2008 at 11:22 AM, Mike B <someone at noplace> wrote:

> I'm trying to get Subversion 'hook scripts' working on an Ubuntu box and
> the
> following fails.
>
> from svn import fs, repos, core, delta
>
> As far as I can tell there are two Python Subversion libraries, 'pysvn' and
> 'svn':
> 'pysvn' from http://pysvn.tigris.org/ appears to be a client side
> interface and
> isn't what I need.
> 'svn' appears to be a SWIG wrapper and could be what I'm looking for, but I
> cannot find it anywhere.
>
> Can anyone point me in the right direction.
>
> Thanks
>
> Mike
>

I think the python-subversion package is the swig wrapper.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080828/82e5812d/attachment-0001.html>


More information about the Python-list mailing list