Python svn bindings for Subversion?

Matthew Woodcraft matthew at woodcraft.me.uk
Thu Aug 28 15:58:10 EDT 2008


Mike B writes:
> I'm trying to get Subversion 'hook scripts' working on an Ubuntu box and the
> following fails.
>
> from svn import fs, repos, core, delta
[...]
> '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.


It's maintained as part of the main Subversion distribution.

http://svn.collab.net/viewvc/svn/trunk/subversion/bindings/swig/

In Ubuntu, it should be in the python-subversion package.

-M-



More information about the Python-list mailing list