Replacing email in bazaar repository + bzrk

Joseph Wakeling joseph.wakeling at webdrake.net
Wed Mar 8 13:42:39 GMT 2006


Jamie Wilkinson wrote:

> And further FYI: http://repo.spacepants.org/bzr/plugins/bzrk contains
> all but two of David's fixes, Erik's patch, and Jelmer's 0.8pre API
> fix.. so AFAIK it's the most up-to-date branch around  :-) 
>   

Whoops!  Before I had tried to bzr pull but forgot that I wasn't in a
bzr branch when I was doing so.  And then browsing the http:// address
and finding it to be apparently empty...  Well, bzr branch solved that
one.  :-) 

So, I downloaded this latest version of bzrk and added pygtk and
pycairo.  An error message is still produced when bzr viz is typed. 
Here's what .bzr.log has to say:

-----------------------------------------
bzr 0.7 invoked on python 2.4.1.final.0 (linux2)
  arguments: ['/usr/bin/bzr', 'viz']
  working dir: u'/joe/code'
looking for plugins in /usr/lib/python2.4/site-packages/bzrlib/plugins
add plugin name bzrk
add plugin name bzrtools
Plugin name __init__ already loaded
Plugin name __init__ already loaded
load plugin (None,
'/usr/lib/python2.4/site-packages/bzrlib/plugins/bzrk', ('',
'', 5))
registered plugin command visualise
loaded succesfully
load plugin (None,
'/usr/lib/python2.4/site-packages/bzrlib/plugins/bzrtools', (
'', '', 5))
registered plugin command shelve
registered plugin command unshelve
registered plugin command clean-tree
registered plugin command graph-ancestry
registered plugin command fetch-ghosts
registered plugin command patch
registered plugin command shell
registered plugin command fix
registered plugin command branch-history
registered plugin command baz-import
registered plugin command push
loaded succesfully
looking for plugins in /home/joseph/.bazaar/plugins
got branch format u'Bazaar-NG branch, format 6\n'
[24110] Wed 02:10:01.053 ERROR: exceptions.AttributeError: 'BzrBranch'
object ha
s no attribute 'repository'
  at /usr/lib/python2.4/site-packages/bzrlib/plugins/bzrk/graph.py line 53
  in fill_caches
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 572,
in run_b
zr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 534,
in run_b
zr
    ret = cmd_obj.run_argv(argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 233,
in run_a
rgv
    return self.run(**all_cmd_args)
  File
"/usr/lib/python2.4/site-packages/bzrlib/plugins/bzrk/__init__.py", line
61, in run
    app.show(branch, revid, robust, accurate, maxnum)
  File
"/usr/lib/python2.4/site-packages/bzrlib/plugins/bzrk/bzrkapp.py", line 3
3, in show
    window.set_branch(branch, start, robust, accurate, maxnum)
  File
"/usr/lib/python2.4/site-packages/bzrlib/plugins/bzrk/branchwin.py", line
 260, in set_branch
    (revids, self.revisions, colours, self.children, self.parent_ids) \
  File "/usr/lib/python2.4/site-packages/bzrlib/plugins/bzrk/graph.py",
line 276
, in distances
    distance.fill_caches()
  File "/usr/lib/python2.4/site-packages/bzrlib/plugins/bzrk/graph.py",
line 53,
 in fill_caches
    revision = branch.repository.get_revision(revid)
AttributeError: 'BzrBranch' object has no attribute 'repository'

return code 3
-----------------------------------------

So what's up Doc?  :-) 

Thanks v. much for all the assistance!

       -- Joe





-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060308/767b06a6/attachment.pgp 


More information about the bazaar mailing list