diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-02-21 17:40:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-02-21 17:40:54 +0000 |
commit | 496f22e42209474cf7f9a0c79e5720f94f23ed0b (patch) | |
tree | 0b5e474c4605f2512c896961d63425d9896805a7 /config/configuration.yml.example | |
parent | d78fa206c2ef09d984400a4148a8ee1259968ff1 (diff) | |
download | redmine-496f22e42209474cf7f9a0c79e5720f94f23ed0b.tar.gz redmine-496f22e42209474cf7f9a0c79e5720f94f23ed0b.zip |
Moves scm path configuration examples in comments.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4917 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r-- | config/configuration.yml.example | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index b89301467..51030fe90 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -110,12 +110,19 @@ default: # Configuration of SCM executable command. # Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe) # On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work. - scm_subversion_command: svn # (default: svn) - scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg) - scm_git_command: /usr/local/bin/git # (default: git) - scm_cvs_command: cvs # (default: cvs) - scm_bazaar_command: bzr.exe # (default: bzr) - scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs) + # Examples: + # scm_subversion_command: svn # (default: svn) + # scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg) + # scm_git_command: /usr/local/bin/git # (default: git) + # scm_cvs_command: cvs # (default: cvs) + # scm_bazaar_command: bzr.exe # (default: bzr) + # scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs) + scm_subversion_command: + scm_mercurial_command: + scm_git_command: + scm_cvs_command: + scm_bazaar_command: + scm_darcs_command: # specific configuration options for production environment # that overrides the default ones |