##// END OF EJS Templates
svn-support: Remove settig from configuration file templates.
Martin Bornhold -
r827:7c891332 default
parent child Browse files
Show More
@@ -574,9 +574,6 b' svn.proxy.generate_config = false'
574 svn.proxy.list_parent_path = true
574 svn.proxy.list_parent_path = true
575 ## Set location and file name of generated config file.
575 ## Set location and file name of generated config file.
576 svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf
576 svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf
577 ## File system path to the directory containing the repositories served by
578 ## RhodeCode.
579 svn.proxy.parent_path_root = /path/to/repo_store
580 ## Used as a prefix to the <Location> block in the generated config file. In
577 ## Used as a prefix to the <Location> block in the generated config file. In
581 ## most cases it should be set to `/`.
578 ## most cases it should be set to `/`.
582 svn.proxy.location_root = /
579 svn.proxy.location_root = /
@@ -543,9 +543,6 b' svn.proxy.generate_config = false'
543 svn.proxy.list_parent_path = true
543 svn.proxy.list_parent_path = true
544 ## Set location and file name of generated config file.
544 ## Set location and file name of generated config file.
545 svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf
545 svn.proxy.config_file_path = %(here)s/mod_dav_svn.conf
546 ## File system path to the directory containing the repositories served by
547 ## RhodeCode.
548 svn.proxy.parent_path_root = /path/to/repo_store
549 ## Used as a prefix to the <Location> block in the generated config file. In
546 ## Used as a prefix to the <Location> block in the generated config file. In
550 ## most cases it should be set to `/`.
547 ## most cases it should be set to `/`.
551 svn.proxy.location_root = /
548 svn.proxy.location_root = /
General Comments 0
You need to be logged in to leave comments. Login now