##// 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 574 svn.proxy.list_parent_path = true
575 575 ## Set location and file name of generated config file.
576 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 577 ## Used as a prefix to the <Location> block in the generated config file. In
581 578 ## most cases it should be set to `/`.
582 579 svn.proxy.location_root = /
@@ -543,9 +543,6 b' svn.proxy.generate_config = false'
543 543 svn.proxy.list_parent_path = true
544 544 ## Set location and file name of generated config file.
545 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 546 ## Used as a prefix to the <Location> block in the generated config file. In
550 547 ## most cases it should be set to `/`.
551 548 svn.proxy.location_root = /
General Comments 0
You need to be logged in to leave comments. Login now