summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-02-04 04:28:39 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-02-04 04:28:39 +0000
commit0ffe328c0ac35b7593d1300a1a9d7474a5e1af10 (patch)
tree56014e64188c1fad989b1baae6dab69af1d36cb4 /config
parent10ca61a13bd0c168ce0adb0e0aa6724a24187c5c (diff)
downloadredmine-0ffe328c0ac35b7593d1300a1a9d7474a5e1af10.tar.gz
redmine-0ffe328c0ac35b7593d1300a1a9d7474a5e1af10.zip
scm: add a feature of configurable path of executable for scm adapters (#7517).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4795 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/configuration.yml.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index 5756907dc..94d1928b7 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -107,6 +107,15 @@ default:
autologin_cookie_path:
autologin_cookie_secure:
+ # Configuration of SCM executable command.
+ # Absolute path (ex. /usr/local/bin/hg) or command name (ex. hg.exe, bzr.exe)
+ # On Windows, *.cmd, *.bat (ex. hg.cmd, bzr.bat) does not work.
+ scm_command_subversion: svn # (default: svn)
+ scm_command_mercurial: "\"C:\Program Files\TortoiseHg\hg.exe\"" # (default: hg)
+ scm_command_git: /usr/local/bin/git # (default: git)
+ scm_command_bazaar: bzr.exe # (default: bzr)
+ scm_command_darcs: darcs-1.0.9-i386-linux # (default: darcs)
+
# specific configuration options for production environment
# that overrides the default ones
production: