# HG changeset patch # User Martin Bornhold # Date 2016-09-21 12:37:58 # Node ID 7c891332e1e0cefa22ac99ac21335835453a6e10 # Parent f17dcf57d5f59e5cff3a0fa8b7923d750e971710 svn-support: Remove settig from configuration file templates. diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -574,9 +574,6 @@ svn.proxy.generate_config = false svn.proxy.list_parent_path = true ## Set location and file name of generated config file. svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf -## File system path to the directory containing the repositories served by -## RhodeCode. -svn.proxy.parent_path_root = /path/to/repo_store ## Used as a prefix to the block in the generated config file. In ## most cases it should be set to `/`. svn.proxy.location_root = / diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -543,9 +543,6 @@ svn.proxy.generate_config = false svn.proxy.list_parent_path = true ## Set location and file name of generated config file. svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf -## File system path to the directory containing the repositories served by -## RhodeCode. -svn.proxy.parent_path_root = /path/to/repo_store ## Used as a prefix to the block in the generated config file. In ## most cases it should be set to `/`. svn.proxy.location_root = /