2

I successfully installed mercurial on Windows7 (IIS 7.5) and I got the default UI (default Mercurial admin web frontend). But there is no way to add repositories, users or setting permission through this UI. After some research I came to know about SCM Manager. But I am unable to install it. Can anyone please tell how to install SCM Manager on windows? If you can give the steps it will be very helpful.

DaSilva2010
  • 462
  • 6
  • 16
Arjun
  • 141
  • 2
  • 7

2 Answers2

3

Is there a reason why you use the IIS? You can alternatively use the stand alone version of the SCM-Manager that comes with a embedded Jetty server. Just unpack and run scm-server.bat.

https://bitbucket.org/sdorra/scm-manager/wiki/download

DaSilva2010
  • 462
  • 6
  • 16
1

Finally I installed SCM Manager successfully on Windows 7. I followed this tutorial http://www.helicontech.com/articles/hosting-git-svn-and-hg-mercurial-repositories-on-windows-with-iis/

Arjun
  • 141
  • 2
  • 7