I am looking for svn library(module)

Matt Nordhoff mnordhoff at mattnordhoff.com
Mon Jul 7 09:17:09 EDT 2008


sniipe at gmail.com wrote:
> Hi,
> 
> I am looking fo svn library(module) which is used in the svn-
> mailer(http://opensource.perlig.de/svnmailer/) project. Does anybody
> know where can I find it(download url)? This is information which I
> received from python error:
> 
> from svn import core as svn_core
> ImportError: No module named svn
> 
> Best regards

Those would be the bindings that come with Subversion. They're covered
at the end of ./INSTALL in the source tree (which just points you to
./subversion/bindings/swig/INSTALL). If you installed svn with a package
manager, there's probably a package for them (e.g. python-subversion on
Ubuntu).
-- 



More information about the Python-list mailing list