为 Mercurial 配置 Apache
本主题包括有关为 Mercurial 配置 Apache 的信息。
|
|
Codebeamer 6.0.3 版本及更高版本内置有智能 HTTP 支持,因此不再需要安装 Apache。已弃用且不再支持通过 Apache 访问 Mercurial。
|
在 Windows 上为 Mercurial 配置智能 HTTP
要在 Windows 上使用智能 HTTP,必须执行以下步骤:
• 安装 Python。
http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
• 从下列位置下载 Mercurial 模块:
[https://bitbucket.org/tortoisehg/files/downloads/mercurial-4.4.1.win32-py2.7.msi]
• 将 Mercurial 模块安装到 Python 的安装目录下。
• 在“应用程序配置”下的 "scc" 部分中,配置 Python 可执行文件的位置。如果已将 Python 安装到 c:\python26 目录下,必须将此行添加到配置文件中,如下所示:
"scc": {
"hg": {
"python-exec": "c:\\Python26\\python.exe"
}
}