| this is a debug log for diagnosing/reporting problems in bzr | |
| you can delete or truncate this file, or include sections in | |
| bug reports to https://bugs.launchpad.net/bzr/+filebug | |
| 0.189 encoding stdout as sys.stdout encoding 'UTF-8' | |
| 0.190 bzr arguments: [u'branch', u'svn+ssh://example.com/home/svn/ring'] | |
| 0.190 looking for plugins in /Users/matid/.bazaar/plugins | |
| 0.204 bzr-svn: using Subversion 1.4.4 () | |
| [96676] 2008-08-05 13:27:05.484 WARNING: Unable to load plugin 'svn' from '/Users/matid/.bazaar/plugins' | |
| 0.206 Traceback (most recent call last): | |
| File "/Library/Python/2.5/site-packages/bzrlib/plugin.py", line 208, in load_from_dir | |
| exec "import bzrlib.plugins.%s" % name in {} | |
| File "<string>", line 1, in <module> | |
| File "/Users/matid/.bazaar/plugins/svn/__init__.py", line 158, in <module> | |
| log.properties_handler_registry.register_lazy("subversion", | |
| AttributeError: 'module' object has no attribute 'properties_handler_registry' | |
| 0.207 looking for plugins in /Library/Python/2.5/site-packages/bzrlib/plugins | |
| 0.207 Plugin name __init__ already loaded | |
| 0.207 Plugin name __init__ already loaded | |
| 0.236 encoding stdout as sys.stdout encoding 'UTF-8' | |
| [96676] 2008-08-05 13:27:05.537 WARNING: Unable to load bzr-svn extensions - did you build it? | |
| 0.266 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 | |
| 0.270 return code 4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment