##// END OF EJS Templates
scm: add scm_cvs_command at config/configuration.yml.example (#7517)....
Toshi MARUYAMA -
r4678:fcdeb1613a04
parent child
Show More
@@ -113,6 +113,7 default:
113 113 scm_subversion_command: svn # (default: svn)
114 114 scm_mercurial_command: "\"C:\Program Files\TortoiseHg\hg.exe\"" # (default: hg)
115 115 scm_git_command: /usr/local/bin/git # (default: git)
116 scm_cvs_command: cvs # (default: cvs)
116 117 scm_bazaar_command: bzr.exe # (default: bzr)
117 118 scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs)
118 119
General Comments 0
You need to be logged in to leave comments. Login now