@@ -110,12 +110,19 default: | |||||
110 | # Configuration of SCM executable command. |
|
110 | # Configuration of SCM executable command. | |
111 | # Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe) |
|
111 | # Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe) | |
112 | # On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work. |
|
112 | # On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work. | |
113 | scm_subversion_command: svn # (default: svn) |
|
113 | # Examples: | |
114 | scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg) |
|
114 | # scm_subversion_command: svn # (default: svn) | |
115 | scm_git_command: /usr/local/bin/git # (default: git) |
|
115 | # scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg) | |
116 |
|
|
116 | # scm_git_command: /usr/local/bin/git # (default: git) | |
117 |
|
|
117 | # scm_cvs_command: cvs # (default: cvs) | |
118 |
|
|
118 | # scm_bazaar_command: bzr.exe # (default: bzr) | |
|
119 | # scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs) | |||
|
120 | scm_subversion_command: | |||
|
121 | scm_mercurial_command: | |||
|
122 | scm_git_command: | |||
|
123 | scm_cvs_command: | |||
|
124 | scm_bazaar_command: | |||
|
125 | scm_darcs_command: | |||
119 |
|
126 | |||
120 | # specific configuration options for production environment |
|
127 | # specific configuration options for production environment | |
121 | # that overrides the default ones |
|
128 | # that overrides the default ones |
General Comments 0
You need to be logged in to leave comments.
Login now