svn-support: Add config setting to set the svn proxy (apache) reload command.
This commit is contained in:
parent
f21d12203d
commit
0a88c1f0af
2 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ def _sanitize_settings_and_apply_defaults(settings):
|
|||
_bool_setting(settings, config_keys.list_parent_path, 'true')
|
||||
_string_setting(settings, config_keys.config_file_path, '', lower=False)
|
||||
_string_setting(settings, config_keys.location_root, '/', lower=False)
|
||||
_string_setting(settings, config_keys.reload_command, '', lower=False)
|
||||
|
||||
# Append path separator to location root.
|
||||
settings[config_keys.location_root] = _append_path_sep(
|
||||
|
|
|
|||
|
|
@ -25,3 +25,4 @@ config_file_path = 'svn.proxy.config_file_path'
|
|||
generate_config = 'svn.proxy.generate_config'
|
||||
list_parent_path = 'svn.proxy.list_parent_path'
|
||||
location_root = 'svn.proxy.location_root'
|
||||
reload_command = 'svn.proxy.reload_cmd'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue