configs: changed allowed method of setting SVN compatible version
This commit is contained in:
parent
8d9716b58b
commit
38ebd62814
2 changed files with 6 additions and 4 deletions
|
|
@ -616,8 +616,9 @@ vcs.backends = hg, git, svn
|
|||
vcs.connection_timeout = 3600
|
||||
|
||||
; Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
|
||||
; Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible
|
||||
#vcs.svn.compatible_version = pre-1.8-compatible
|
||||
; Set a numeric version for your current SVN e.g 1.8, or 1.12
|
||||
; Legacy available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible
|
||||
#vcs.svn.compatible_version = 1.8
|
||||
|
||||
|
||||
; ####################################################
|
||||
|
|
|
|||
|
|
@ -567,8 +567,9 @@ vcs.backends = hg, git, svn
|
|||
vcs.connection_timeout = 3600
|
||||
|
||||
; Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
|
||||
; Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible
|
||||
#vcs.svn.compatible_version = pre-1.8-compatible
|
||||
; Set a numeric version for your current SVN e.g 1.8, or 1.12
|
||||
; Legacy available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible
|
||||
#vcs.svn.compatible_version = 1.8
|
||||
|
||||
|
||||
; ####################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue