Can't synchronize with repository "(default)" (Unsupported version control system "bzr"...
Hello,
I'm trying to get TracBzr working on my Ubuntu 9.10 machine.
I have gone through the steps here:
http://
But I get this error within Trac:
Warning: Can't synchronize with repository "(default)" (Unsupported version control system "bzr": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.
I don't see anything in the log though, unless I am looking in the wrong place...
Any ideas on what could be causing this error?
my /etc/apache2/
WSGIScriptAlias /trac /var/tracprojec
<Directory /var/tracprojec
WSGIApplic
Order deny,allow
Allow from all
</Directory>
<Location "/trac/login">
AuthType Basic
AuthName "Trac"
AuthUserFile /var/tracprojec
Require valid-user
</Location>
WSGIScriptAlia
#The three next lines allow regular GETs to work too
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/trunk/
RewriteRule ^/trunk/
<Directory /mnt/bazaar/trunk/>
WSGIApplic
</Directory>
<Location /trunk/>
AuthType Basic
AuthName "Trac Source Access"
AuthUserFile /var/tracprojec
<LimitExcept GET>
Require valid-user
</LimitExcept>
</Location>
my /var/tracprojec
from bzrlib.
def application(
app = wsgi.make_app(
return app(environ, start_response)
and my trac.ini file looks like:
# -*- coding: utf-8 -*-
[account-manager]
force_passwd_change = true
htpasswd_hash_type = crypt
password_file = /var/tracprojec
password_store = HtPasswdStore
persistent_sessions = true
refresh_passwd = False
user_lock_max_time = 0
verify_email = False
[attachment]
max_size = 262144
render_
[browser]
color_scale = True
downloadable_paths = /trunk, /branches/*, /tags/*
hide_properties = svk:merge
intermediate_color =
intermediate_point =
newest_color = (255, 136, 136)
oldest_color = (136, 136, 255)
oneliner_properties = trac:summary
render_
wiki_properties = trac:description
[changeset]
max_diff_bytes = 10000000
max_diff_files = 0
wiki_format_
[components]
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
trac.web.
tracbzr.
[header_logo]
alt = (please configure the [header_logo] section in trac.ini)
height = -1
link =
src = site/your_
width = -1
[inherit]
intermediate_point =
newest_color = (255, 136, 136)
oldest_color = (136, 136, 255)
oneliner_properties = trac:summary
render_
wiki_properties = trac:description
[changeset]
max_diff_bytes = 10000000
max_diff_files = 0
wiki_format_
[components]
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
trac.web.
tracbzr.
[header_logo]
alt = (please configure the [header_logo] section in trac.ini)
height = -1
link =
src = site/your_
width = -1
[inherit]
plugins_dir =
templates_dir =
[logging]
log_file = trac.log
log_level = DEBUG
log_type = none
[milestone]
stats_provider = DefaultTicketGr
[mimeviewer]
max_preview_size = 262144
mime_map = text/x-
pygments_
pygments_modes =
tab_width = 8
treat_as_binary = application/
[notification]
admit_domains =
[changeset]
max_diff_bytes = 10000000
max_diff_files = 0
wiki_format_
[components]
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
acct_mgr.
trac.web.
tracbzr.
[header_logo]
alt = (please configure the [header_logo] section in trac.ini)
height = -1
link =
src = site/your_
width = -1
[inherit]
plugins_dir =
templates_dir =
[logging]
log_file = trac.log
log_level = DEBUG
log_type = none
[milestone]
stats_provider = DefaultTicketGr
[mimeviewer]
max_preview_size = 262144
mime_map = text/x-
pygments_
pygments_modes =
tab_width = 8
treat_as_binary = application/
[notification]
admit_domains =
always_notify_owner = false
always_
always_
email_sender = SmtpEmailSender
ignore_domains =
mime_encoding = none
sendmail_path = sendmail
smtp_always_bcc =
smtp_always_cc =
smtp_default_domain =
smtp_enabled = false
smtp_from = trac@localhost
smtp_from_name =
smtp_password =
smtp_port = 25
smtp_replyto = trac@localhost
smtp_server = localhost
smtp_subject_prefix = __default__
smtp_user =
ticket_
use_public_cc = false
use_short_addr = false
use_tls = false
[project]
admin =
admin_trac_url = .
descr = Global Data Broadcast
footer = Visit the Trac open source project at<br /><a href="http://
icon = common/trac.ico
name = GDB
url =
[query]
default_
default_query = status!
items_per_page = 100
ticketlink_query = ?status=!closed
[report]
items_per_page = 100
items_per_page_rss = 0
[revisionlog]
default_log_limit = 100
[roadmap]
stats_provider = DefaultTicketGr
[search]
min_query_length = 3
[svn]
branches = trunk,branches/*
tags = tags/*
[ticket]
default_cc =
default_component =
default_description =
default_keywords =
default_milestone =
default_owner =
default_priority = major
default_resolution = fixed
default_severity =
default_summary =
default_type = defect
default_version =
max_comment_size = 262144
max_description
preserve_newlines = default
restrict_owner = false
workflow = ConfigurableTic
[ticket-workflow]
accept = new,assigned,
accept.operations = set_owner_to_self
accept.permissions = TICKET_MODIFY
leave = * -> *
leave.default = 1
leave.operations = leave_status
reassign = new,assigned,
reassign.operations = set_owner
reassign.
reopen = closed -> reopened
reopen.operations = del_resolution
reopen.permissions = TICKET_CREATE
resolve = new,assigned,
resolve.operations = set_resolution
resolve.permissions = TICKET_MODIFY
[timeline]
abbreviated_
changeset_
changeset_
changeset_
default_daysback = 30
max_daysback = 90
newticket_formatter = oneliner
ticket_show_details = false
[trac]
auth_cookie_
auth_cookie_path =
authz_file =
authz_module_name =
auto_preview_
auto_reload = False
backup_dir = db
base_url =
check_auth_ip = false
database = mysql:/
debug_sql = False
default_charset = iso-8859-15
genshi_cache_size = 128
htdocs_location =
ignore_auth_case = false
mainnav = wiki,timeline,
metanav = login,logout,
mysqldump_path = mysqldump
never_obfuscate
permission_policies = DefaultPermissi
permission_store = DefaultPermissi
pg_dump_path = pg_dump
repository_dir = /mnt/bazaar/trunk
repository_
repository_type = bzr
resizable_textareas = true
secure_cookies = False
show_email_
show_ip_addresses = false
timeout = 20
use_base_
[wiki]
ignore_
max_size = 262144
render_
split_page_names = false
[components]
tracbzr.* = enabled
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Trac-Bzr Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Brian Cox
- Solved:
- Last query:
- Last reply: