Package: trac-bzr
Version: 0.2+bzr31-2
Severity: important

thanks for maintaining trac-bzr, but unfortunately i can't seem to get
it to work... :)

when i run trac-admin, it gives me a warning(as well as a lot of output
about copying wiki templates):

trac-admin test initenv test sqlite:db/trac.db bzr repo 
/usr/share/trac/templates

 Warning:

 Repository type bzr not supported

so, then as suggested in README.Debian, i add the two lines to
test/conf/trac.ini:

 [components]
 tracbzr.* = enabled

followed by running:

 tracd -p 8080 test

and get the following when viewed from a web browser:

Oops…

Trac detected an internal error:
  
If you think this really should work and you can reproduce it, you
should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you
describe the problem, how to reproduce it. Don't forget to
include the Python traceback found below.

TracGuide — The Trac User and Administration Guide

Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 406,
in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 191,
in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 263,
in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py",
line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py",
line 91, in get_repository
    raise TracError('Unsupported version control system "%s". '
TracError: Unsupported version control system "bzr". Check that the
Python bindings for "bzr" are correctly installed.


versions of the packages used:

 trac           0.10.4-2
 bzr            0.90~rc1-1
 python         2.4.4-6
 python-support 0.6.4  

i first tried on etch with a backported bzr, but had similar problems,
so i tried in a clean sid environment.

live well,
  vagrant

Reply via email to