I am looking for svn library(module)

S

sniipe

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
 
J

jay graves

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

I believe that it is the python binding provided by Subversion.

You didn't say what platform you are on or what version of SVN you are
using so I can't point you any closer than:
http://subversion.tigris.org/

HTH

...
Jay Graves
 
M

Matt Nordhoff

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).
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,522
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top