Broken links to the Mercurial web interface

I am installing mercurial on a W2K IIS 6 server.

I have it to the point where I can view the list of my repositories at http: //localhost/hgrepo/hgwebdir.py . My hgweb.config contains [path] hgrepo = c: \ hgrepositories **

But when I click on one of the repository names. In this case its Babbet, I get the same page, but when I go through the address, I see this:

http: //localhost/hgrepo/hgwebdir.py/hgrepo/hgwebdir.py/Babbet/

If I click on the repository list page again, I get

http: //localhost/hgrepo/hgwebdir.py/hgrepo/hgwebdir.py/hgrepo/hgwebdir.py/Babbet/Babbet/

is there any configuration i have to install?

0


a source to share


1 answer


Google "Mercurial IIS Patch"



I recompiled the mercury source and installed it successfully on Windows 2008 with IIS7.

0


a source







All Articles