summaryrefslogtreecommitdiffstats
path: root/config/configuration.yml.example
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-02-05 00:57:41 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-02-05 00:57:41 +0000
commitfcdeb1613a0483338a6d214aea26774f96b887ce (patch)
treef7b62ab9603dee48a7f18cf45df91d5de57e0447 /config/configuration.yml.example
parent3ee203ef0c2b9cc53bc00e1dd6d6e5dcf123de35 (diff)
downloadredmine-fcdeb1613a0483338a6d214aea26774f96b887ce.tar.gz
redmine-fcdeb1613a0483338a6d214aea26774f96b887ce.zip
scm: add scm_cvs_command at config/configuration.yml.example (#7517).
I forgot to add it. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4798 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r--config/configuration.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index a1937959b..f00d97f42 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -113,6 +113,7 @@ default:
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)