Mercurial plugin not available?

368 Views Asked by At

After install new version(2.0.0) of scm-manager I saw only 2 version control Git and subversion in the combobox when I create new repository. in the old version (1.6) I can set the Mercurial via setting but now I can't see any setting about Mercurial. is the Mercurial deprecated in the new version? if not how to set it?

only scm-server not detect the Mercurial but if you get scm-webapp from scm-server and run under tomcat, it detect the Mercurial and you can see in the combobox when you create new repository.

1

There are 1 best solutions below

0
Naim M On

finally, i found the solution, I must set manually, after the scm-server start,

go to -> Administration -> Setting -> Mercurial and set the values of two fields:

  1. HG Binary: set to mercurial folder installed (e.g C:\Program Files\TortoiseHg\hg.exe)

  2. Python Binary: set to python 2.7 folder (e.g C:\Python27\python.exe)

I don't know why scm-server not detect Mercurial and scm-webapp detect it !!