# HG changeset patch # User Marcin Kuzminski # Date 2020-03-18 11:34:52 # Node ID b0aa1ce947f54e5b25cdf2468a85fbeb40d9609b # Parent a0c2e883e19f6576cf0d2eb9eceeb9dd52c4675b svn: add example path for mod_dav_svn.conf include. diff --git a/docs/admin/system_admin/svn-http.rst b/docs/admin/system_admin/svn-http.rst --- a/docs/admin/system_admin/svn-http.rst +++ b/docs/admin/system_admin/svn-http.rst @@ -124,6 +124,7 @@ 1. To configure Apache, create and edit LogLevel info # allows custom host names, prevents 400 errors on checkout HttpProtocolOptions Unsafe + # Most likely this will be: /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf Include /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf diff --git a/rhodecode/apps/svn_support/templates/mod-dav-svn.conf.mako b/rhodecode/apps/svn_support/templates/mod-dav-svn.conf.mako --- a/rhodecode/apps/svn_support/templates/mod-dav-svn.conf.mako +++ b/rhodecode/apps/svn_support/templates/mod-dav-svn.conf.mako @@ -24,6 +24,7 @@ # LogLevel info # # allows custom host names, prevents 400 errors on checkout # HttpProtocolOptions Unsafe +# # Most likely this will be: /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf # Include /path/to/generated/mod_dav_svn.conf # #