Configuring Apache for Mercurial
This topic includes information on configuring Apache for Mercurial.
|
Codebeamer 6.0.3 and higher have build in Smart HTTP support thus no apache installation is required any more. Accessing Mercurial via Apache is deprecated and not supported.
|
Configuring Smart HTTP for Mercurial on Windows
To be able to use Smart HTTP on windows, you have to execute the following steps:
• Install Python.
http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
• Download the Mercurial module from :
[https://bitbucket.org/tortoisehg/files/downloads/mercurial-4.4.1.win32-py2.7.msi]
• Install the Mercurial module to the same directory where you installed python.
• In general.xml configure the python executable location. If you installed python to c:\python26then you have to add this line to the config file:
<scc>
<hg python-exec="c:\Python26\python.exe"></hg>
</scc>