Unable to load plugin 'svn' from '/Users/k2/.bazaar/plugins'

Asked by kitti

I am trying to install bzr-svn, i placed the directory as svn in ~/.bazaar/plugins at noted in the README file. Its not able to load the plugin.
 I have bzr 0.18.0 installed, i am trying to install bzr-svn-0.3.5 . Thank You.

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Subversion Plugin Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
kitti (kitti-k) said :
#1

I am trying to install bzr-svn, i placed the directory as svn in ~/.bazaar/plugins at noted in the README file. Its not able to load the plugin.
 I have bzr 0.18.0 installed, i am trying to install bzr-svn-0.3.5 . Thank You.

Revision history for this message
Jelmer Vernooij (jelmer) said :
#2

What output do you get if you run:

python ~/.bazaar/plugins/svn/__init__.py

?

Revision history for this message
kitti (kitti-k) said :
#3

Traceback (most recent call last):
  File "/Users/k2/.bazaar/plugins/svn/__init__.py", line 63, in <module>
    check_subversion_version()
  File "/Users/k2/.bazaar/plugins/svn/__init__.py", line 56, in check_subversion_version
    import svn.delta
ImportError: No module named svn.delta

Revision history for this message
Jelmer Vernooij (jelmer) said :
#4

You need to install the python subversion bindings. See the README file for details.

Revision history for this message
kitti (kitti-k) said :
#5

I installed pysvn. its still throwing the same error, is it another package that i have to install? Thank You.

Revision history for this message
Jelmer Vernooij (jelmer) said :
#6

I mean the official Python Subversion bindings (python-subversion package in Debian/Ubuntu), not the pysvn ones.

Can you help with this problem?

Provide an answer of your own, or ask kitti for more information if necessary.

To post a message you must log in.