Make sure that the svn component is enabled, even if we can't find the Trac inherit-from settings file.
- Legacy-Id: 12184
This commit is contained in:
parent
c22842a7c4
commit
e1f0477ec8
|
@ -673,6 +673,7 @@ TRAC_ENV_OPTIONS = [
|
||||||
('trac', 'repository_type', 'svn'),
|
('trac', 'repository_type', 'svn'),
|
||||||
('trac', 'repository_dir', "{svn_dir}"),
|
('trac', 'repository_dir', "{svn_dir}"),
|
||||||
('inherit', 'file', "/a/www/trac-setup/conf/trac.ini"),
|
('inherit', 'file', "/a/www/trac-setup/conf/trac.ini"),
|
||||||
|
('components', 'tracopt.versioncontrol.svn.*', 'enabled'),
|
||||||
]
|
]
|
||||||
|
|
||||||
TRAC_WIKI_PAGES_TEMPLATES = [
|
TRAC_WIKI_PAGES_TEMPLATES = [
|
||||||
|
|
Loading…
Reference in a new issue