Plugin doesn't load with Subversion 1.5.0 and bzr-svn 0.4.11
Hi,
I'm trying unsuccessfully to install the bzr-svn plugin. Subversion 1.5.0 builds fine (with swig 1.3.36), and as far as I can tell, builds the Python bindings also. If I build the bzr-svn plugin, then bzr refuses to load it. From the suggestion in https:/
# cd /usr/local/
# python bzrlib/
No handlers could be found for logger "bzr"
Traceback (most recent call last):
File "bzrlib/
from bzrlib.plugins.svn import format
File "/usr/local/
check_
File "/usr/local/
ra_version = version()
UnboundLocalError: local variable 'version' referenced before assignment
If I do: python -c "import ra" as suggested elsewhere, I get the following
# python -c "import ra"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: ./ra.so: undefined symbol: svn_ra_
Any ideas as to a possible solution?
Thanks,
-rich
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Last query:
- Last reply: