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- -- http://mail.python.org/mailman/listinfo/python-list