Create a gist now

Instantly share code, notes, and snippets.

anonymous /gist:4054
Created Aug 5, 2008

What would you like to do?
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.139 encoding stdout as sys.stdout encoding 'UTF-8'
0.139 bzr arguments: [u'plugins']
0.140 looking for plugins in /Users/matid/.bazaar/plugins
0.153 bzr-svn: using Subversion 1.4.4 ()
[96680] 2008-08-05 13:29:03.316 WARNING: Unable to load plugin 'svn' from '/Users/matid/.bazaar/plugins'
0.155 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.156 looking for plugins in /Library/Python/2.5/site-packages/bzrlib/plugins
0.156 Plugin name __init__ already loaded
0.156 Plugin name __init__ already loaded
0.184 encoding stdout as sys.stdout encoding 'UTF-8'
0.205 return code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment