convert_svn ("release early" edition)
Christian Boos
cboos at neuf.fr
Tue Apr 3 15:39:35 UTC 2007
TK Soh wrote:
> ...
> from svn.core import SubversionException
> ImportError: No module named svn.core
>
> Where do I get svn.core module?
You need the Python bindings for Subversion (the swig bindings that
usually come with Subversion itself).
If you already have them installed, then they're not in your PYTHONPATH.
Some useful bits of advice:
- http://trac.edgewall.org/wiki/TracSubversion#GettingSubversion
- http://trac.edgewall.org/wiki/TracSubversion#Checklist
-- Christian
More information about the Mercurial-devel
mailing list