I am looking for svn library(module)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sniipe@gmail.com

    I am looking for svn library(module)

    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
  • jay graves

    #2
    Re: I am looking for svn library(module)

    On Jul 7, 7:49 am, sni...@gmail.co m 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
    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:


    HTH

    ...
    Jay Graves

    Comment

    • Matt Nordhoff

      #3
      Re: I am looking for svn library(module)

      sniipe@gmail.co m 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).
      --

      Comment

      • A.T.Hofkamp

        #4
        Re: I am looking for svn library(module)

        On 2008-07-07, sniipe@gmail.co m <sniipe@gmail.c omwrote:
        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
        The module is called 'pysvn', available at tigris.org. They use it in their
        work-branch program.

        Comment

        Working...