Smart server via daemon: bzr: ERROR: exceptions.AttributeError: 'DisabledTags' object has no attribute 'get_reverse_tag_dict'

Ben Finney ben at benfinney.id.au
Fri Oct 12 04:53:51 BST 2007


Howdy all,

I'm attempting to follow the instructions for setting up a smart
server <URL:http://bazaar-vcs.org/bzr/bzr.dev/doc/server.txt>. Running
the server as a dedicated daemon, the client fails as follows:

=====
$ bzr log bzr://appdev/cyber/sbls/trimclient/casper-netboot.stable/
bzr: ERROR: exceptions.AttributeError: 'DisabledTags' object has no attribute 'get_reverse_tag_dict'

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 800, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 758, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 492, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 768, in ignore_pipe
    result = func(*args, **kwargs)
  File "/usr/lib/python2.4/site-packages/bzrlib/builtins.py", line 1732, in run
    limit=limit)
  File "/usr/lib/python2.4/site-packages/bzrlib/log.py", line 170, in show_log
    start_revision, end_revision, search, limit)
  File "/usr/lib/python2.4/site-packages/bzrlib/log.py", line 254, in _show_log
    rev_tag_dict = branch.tags.get_reverse_tag_dict()
AttributeError: 'DisabledTags' object has no attribute 'get_reverse_tag_dict'

bzr 0.91.0 on python 2.4.4.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'log', 'bzr://appdev/cyber/sbls/trimclient/casper-netboot.stable/']

** please send this report to bazaar at lists.ubuntu.com
=====

Both client and server are bzr version 0.91.0.

The server daemon is invoked with this command line:

=====
$ sudo -H -u bzr bzr serve --directory /srv/bzr/
listening on port:  4155
=====

No further messages are emitted from the daemon.

What can I do to diagnose and fix the above failure?

-- 
 \       "It is forbidden to steal hotel towels. Please if you are not |
  `\        person to do such is please not to read notice."  -- Hotel |
_o__)                                         sign, Kowloon, Hong Kong |
Ben Finney




More information about the bazaar mailing list