Re: Python svn bindings for Subversion?

2008-08-29 Thread Mike B
On Thu, 28 Aug 2008 19:58:10 GMT, Matthew Woodcraft <[EMAIL PROTECTED]> wrote: >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 >[...]

Python svn bindings for Subversion?

2008-08-28 Thread Mike B
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 i