Show More
@@ -529,7 +529,13 b' vcs.hooks.protocol = http' | |||||
529 | vcs.server.log_level = debug |
|
529 | vcs.server.log_level = debug | |
530 | ## Start VCSServer with this instance as a subprocess, usefull for development |
|
530 | ## Start VCSServer with this instance as a subprocess, usefull for development | |
531 | vcs.start_server = true |
|
531 | vcs.start_server = true | |
|
532 | ||||
|
533 | ## List of enabled VCS backends, available options are: | |||
|
534 | ## `hg` - mercurial | |||
|
535 | ## `git` - git | |||
|
536 | ## `svn` - subversion | |||
532 | vcs.backends = hg, git, svn |
|
537 | vcs.backends = hg, git, svn | |
|
538 | ||||
533 | vcs.connection_timeout = 3600 |
|
539 | vcs.connection_timeout = 3600 | |
534 | ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out. |
|
540 | ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out. | |
535 | ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible |
|
541 | ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible |
@@ -498,7 +498,13 b' vcs.server = localhost:9900' | |||||
498 | vcs.server.log_level = info |
|
498 | vcs.server.log_level = info | |
499 | ## Start VCSServer with this instance as a subprocess, usefull for development |
|
499 | ## Start VCSServer with this instance as a subprocess, usefull for development | |
500 | vcs.start_server = false |
|
500 | vcs.start_server = false | |
|
501 | ||||
|
502 | ## List of enabled VCS backends, available options are: | |||
|
503 | ## `hg` - mercurial | |||
|
504 | ## `git` - git | |||
|
505 | ## `svn` - subversion | |||
501 | vcs.backends = hg, git, svn |
|
506 | vcs.backends = hg, git, svn | |
|
507 | ||||
502 | vcs.connection_timeout = 3600 |
|
508 | vcs.connection_timeout = 3600 | |
503 | ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out. |
|
509 | ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out. | |
504 | ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible |
|
510 | ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible |
General Comments 0
You need to be logged in to leave comments.
Login now