Moves scm path configuration examples in comments.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4917 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d78fa206c2
commit
496f22e422
|
@ -110,12 +110,19 @@ default:
|
||||||
# Configuration of SCM executable command.
|
# Configuration of SCM executable command.
|
||||||
# Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe)
|
# 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.
|
# On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work.
|
||||||
scm_subversion_command: svn # (default: svn)
|
# Examples:
|
||||||
scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg)
|
# scm_subversion_command: svn # (default: svn)
|
||||||
scm_git_command: /usr/local/bin/git # (default: git)
|
# scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg)
|
||||||
scm_cvs_command: cvs # (default: cvs)
|
# scm_git_command: /usr/local/bin/git # (default: git)
|
||||||
scm_bazaar_command: bzr.exe # (default: bzr)
|
# scm_cvs_command: cvs # (default: cvs)
|
||||||
scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs)
|
# 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
|
# specific configuration options for production environment
|
||||||
# that overrides the default ones
|
# that overrides the default ones
|
||||||
|
|
Loading…
Reference in New Issue