Skip to content

Commit e1f0477

Browse files
committed
Make sure that the svn component is enabled, even if we can't find the Trac inherit-from settings file.
- Legacy-Id: 12184
1 parent c22842a commit e1f0477

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ def skip_unreadable_post(record):
673673
('trac', 'repository_type', 'svn'),
674674
('trac', 'repository_dir', "{svn_dir}"),
675675
('inherit', 'file', "/a/www/trac-setup/conf/trac.ini"),
676+
('components', 'tracopt.versioncontrol.svn.*', 'enabled'),
676677
]
677678

678679
TRAC_WIKI_PAGES_TEMPLATES = [

0 commit comments

Comments
 (0)