# HG changeset patch # User Martin Bornhold # Date 2016-07-26 07:45:01 # Node ID 350122714e16d06e06915dbfad2e8803f7ab13d2 # Parent 01b438e01c5efc3dd57e78faaa41fce0f9810ece svn: Activate the svn_support module. #4082 diff --git a/rhodecode/config/middleware.py b/rhodecode/config/middleware.py --- a/rhodecode/config/middleware.py +++ b/rhodecode/config/middleware.py @@ -253,6 +253,7 @@ def includeme(config): config.include('rhodecode.login') config.include('rhodecode.tweens') config.include('rhodecode.api') + config.include('rhodecode.svn_support') config.add_route( 'rhodecode_support', 'https://rhodecode.com/help/', static=True)