From: Toshi MARUYAMA Date: Sat, 5 Feb 2011 00:57:41 +0000 (+0000) Subject: scm: add scm_cvs_command at config/configuration.yml.example (#7517). X-Git-Tag: 1.2.0~1018 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fcdeb1613a0483338a6d214aea26774f96b887ce;p=redmine.git 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 --- 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)