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:
Henrik Levkowetz 2016-10-19 22:36:42 +00:00
parent c22842a7c4
commit e1f0477ec8

View file

@ -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 = [