##// END OF EJS Templates
ini: updated small found problems.
marcink -
r2032:a66b7348 default
parent child Browse files
Show More
@@ -209,7 +209,7 b' gist_alias_url ='
209 ## authentication token. Such view would be only accessible when used together
209 ## authentication token. Such view would be only accessible when used together
210 ## with this authentication token
210 ## with this authentication token
211 ##
211 ##
212 ## list of all views can be found under `_admin/permissions/auth_token_access`
212 ## list of all views can be found under `/_admin/permissions/auth_token_access`
213 ## The list should be "," separated and on a single line.
213 ## The list should be "," separated and on a single line.
214 ##
214 ##
215 ## Most common views to enable:
215 ## Most common views to enable:
@@ -567,7 +567,7 b' vcs.backends = hg, git, svn'
567
567
568 vcs.connection_timeout = 3600
568 vcs.connection_timeout = 3600
569 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
569 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
570 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible
570 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible
571 #vcs.svn.compatible_version = pre-1.8-compatible
571 #vcs.svn.compatible_version = pre-1.8-compatible
572
572
573
573
@@ -183,7 +183,7 b' gist_alias_url ='
183 ## authentication token. Such view would be only accessible when used together
183 ## authentication token. Such view would be only accessible when used together
184 ## with this authentication token
184 ## with this authentication token
185 ##
185 ##
186 ## list of all views can be found under `_admin/permissions/auth_token_access`
186 ## list of all views can be found under `/_admin/permissions/auth_token_access`
187 ## The list should be "," separated and on a single line.
187 ## The list should be "," separated and on a single line.
188 ##
188 ##
189 ## Most common views to enable:
189 ## Most common views to enable:
@@ -536,7 +536,7 b' vcs.backends = hg, git, svn'
536
536
537 vcs.connection_timeout = 3600
537 vcs.connection_timeout = 3600
538 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
538 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
539 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible
539 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible
540 #vcs.svn.compatible_version = pre-1.8-compatible
540 #vcs.svn.compatible_version = pre-1.8-compatible
541
541
542
542
General Comments 0
You need to be logged in to leave comments. Login now