| matid@ayame:~/Projects$ bzr branch svn+ssh://example.com/home/svn/ring | |
| Unable to load plugin 'svn' from '/Users/matid/.bazaar/plugins' | |
| Unable to load bzr-svn extensions - did you build it? | |
| bzr: ERROR: exceptions.ImportError: cannot import name client | |
| Traceback (most recent call last): | |
| File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 846, in run_bzr_catch_errors | |
| return run_bzr(argv) | |
| File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 797, in run_bzr | |
| ret = run(*run_argv) | |
| File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 499, in run_argv_aliases | |
| return self.run(**all_cmd_args) | |
| File "/Library/Python/2.5/site-packages/bzrlib/builtins.py", line 916, in run | |
| from_location) | |
| File "/Library/Python/2.5/site-packages/bzrlib/bzrdir.py", line 789, in open_tree_or_branch | |
| bzrdir = klass.open(location) | |
| File "/Library/Python/2.5/site-packages/bzrlib/bzrdir.py", line 666, in open | |
| t = get_transport(base, possible_transports=possible_transports) | |
| File "/Library/Python/2.5/site-packages/bzrlib/lazy_import.py", line 125, in __call__ | |
| return obj(*args, **kwargs) | |
| File "/Library/Python/2.5/site-packages/bzrlib/transport/__init__.py", line 1561, in get_transport | |
| transport, last_err = _try_transport_factories(base, factory_list) | |
| File "/Library/Python/2.5/site-packages/bzrlib/transport/__init__.py", line 1584, in _try_transport_factories | |
| return factory.get_obj()(base), None | |
| File "/Library/Python/2.5/site-packages/bzrlib/registry.py", line 61, in get_obj | |
| self._do_import() | |
| File "/Library/Python/2.5/site-packages/bzrlib/registry.py", line 66, in _do_import | |
| [self._member_name]) | |
| File "/Users/matid/.bazaar/plugins/svn/__init__.py", line 126, in <module> | |
| check_subversion_version() | |
| File "/Users/matid/.bazaar/plugins/svn/__init__.py", line 93, in check_subversion_version | |
| from bzrlib.plugins.svn import client, ra, repos, wc | |
| ImportError: cannot import name client | |
| bzr 1.5 on python 2.5.1 (darwin) | |
| arguments: ['/usr/local/bin/bzr', 'branch', 'svn+ssh://example.com/home/svn/ring'] | |
| encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8' | |
| plugins: | |
| bzrtools /Library/Python/2.5/site-packages/bzrlib/plugins/bzrtools [1.5.0] | |
| launchpad /Library/Python/2.5/site-packages/bzrlib/plugins/launchpad [unknown] | |
| *** Bazaar has encountered an internal error. | |
| Please report a bug at https://bugs.launchpad.net/bzr/+filebug | |
| including this traceback, and a description of what you | |
| were doing when the error occurred. | |
| matid@ayame:~/Projects$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment