Tagged Questions

The CGI-based repository viewer for Mercurial.

learn more… | top users | synonyms

8
votes
4answers
3k views

Mercurial and hgweb on IIS 7.5 - python error

I am trying to get Mercurial to host on IIS 7.5 (Win 7 x64) and keep running into an error I cant seem to fix. I have followed Jeremy Skinners tutorial here: Mercurial on IIS7 Instead of hgwebdir, I ...
8
votes
3answers
2k views

Mercurial server on Windows using ActiveDirectory for authentication

I'm running Mercurial's hgwebdir.cgi on WinXP over IIS as a central repo for sharing code with my team. I'd like to use ActiveDirectory to authenticate to the server when pushing/pulling through ...
7
votes
3answers
629 views

Why doesn't Mercurial support remote repository creations over HTTP?

I know it is not possible to create Mercurial repositories remotely using HTTP(S), for instance: $ hg init https://host.org/repos/project or $ hg clone /path/to/local/project ...
7
votes
1answer
759 views

Mercurial - how do I populate repository descriptions for hgwebdir.cgi?

Currently if I specify a description in hgwebdir.config it shows up the same for each repository. I want to have a unique name for each repository. Where and how do I set this? My hgwebdir.config ...
5
votes
1answer
306 views

Why is hgweb.cgi not listing repositories created with mercurial 1.7 or 1.8?

I am running hgweb.cgi on a Windows 2003 server (IIS 6, Python 2.6.6), and have been having no issues until I recently upgraded from mercurial 1.6 to 1.7 and 1.8 (clients and central server). I have a ...
5
votes
1answer
382 views

hgweb.cgi throws a 502 (bad gateway) when pushing

I've configured hgweb.cgi behind iis7 on windows server 2008. I can pull the repository just fine. However whenever I push I get a 502 bad gateway. I've found a posting which seems to indicate this ...
3
votes
1answer
180 views

I can't get Mercurial to serve under Apache on Mac OS X Lion

I'm trying to get Mercurial to serve using hgwebdir.cgi under Apache on Mac OS X Lion. I followed the directions listed here: ...
3
votes
1answer
203 views

How to easily publish a new Mercurial repository or subrepository on a shared central server? (Push a clone)

Mercurial's vast publishing options include HgWeb (and formerly HgWebDir), which is almost perfect for my needs. HgWeb 1.6 supports multiple repositories, including collections. So hgweb.config ...
3
votes
1answer
96 views

How to make hgweb display repositories in a hierarchy?

I have about 100 Mercurial repositories served by hgweb. The repositories are stored in a folder hierarchy, but hgweb displays the structure in a "flat" manner. This doesn't scale. Is there a way to ...
3
votes
2answers
474 views

Unable to get Mercurial's hgweb.cgi working on IIS7

I have been using this guide http://tinyurl.com/mercurial-iis to attempt to setup Mercurial on IIS 7. I have followed every step however when I try to access the site I get the following error: ...
3
votes
4answers
441 views

Why is my hgweb server so slow?

I am serving up access to many mercurial repositories using hgweb, providing them as a collection: [collections] /home/me = /home/me/projects This serves them up at localhost/projects I have ...
3
votes
2answers
857 views

Graphical changelog in mercurial's hgwebdir.cgi

I have a set of mercurial repositories being served online with hgwebdir.cgi. I would like to be able to show a graphical representation of the branches and merges in the same way that this site does. ...
2
votes
2answers
251 views

How do I get hgweb to actually display the repository I want?

I am having an infuriating experience with IIS7, Python 2.6, Mercurial 1.7.2, and hgweb.cgi. After battling for an afternoon getting hgweb.cgi to work, I finally got it to render in the browser using ...
2
votes
2answers
539 views

Running Mercurial with Apache on Windows XP

I've been struggling to get Mercurial working with Apache on Windows XP. I've read and tried the suggestions at the following SO threads: 1, 2, 3 & 4 So far all I can is a blank page and when I ...
1
vote
1answer
22 views

How can I set up multiple hgweb sites on one IIS server?

I'm setting up our company's first Mercurial web interface, and I've hit a bit of a roadblock. We will have multiple teams using this server, and I don't want team A to have to deal with team B's ...
1
vote
1answer
151 views

Matching Mercurial/Python/PyWin32 Component Versions

I'm looking at two different guides for Windows HgWeb installation on IIS. The first from Selenic says: On Windows, your Python version must match the version used to compile Mercurial. ...
1
vote
0answers
203 views

hgweb.cgi throws a 502 (bad gateway) when pushing [closed]

Possible Duplicate: hgweb.cgi throws a 502 (bad gateway) when pushing This post is a duplicate of 4973331
1
vote
1answer
168 views

Enable Java syntax highlight in SourceForge's hgweb

I would like to have syntax highlighting in hgweb. For example, makes http://jstock.hg.sourceforge.net/hgweb/jstock/jstock/file/7289237e7b67/src/org/yccheok/jstock/gui/AboutJDialog.java looks like ...
1
vote
2answers
684 views

How do I use hg push in Mercurial

I've spent some time converting my SVN repository to Mercurial. I've setup Mercurial under IIS7 on Win 2008 R2. I have nearly everything working. However I can not push changes back to server. $ hg ...
1
vote
1answer
649 views

Using 'gitweb' style shows all branches. Can I show only desired number of branches?

When Using 'gitweb' style for hgweb on a page I can see planty of branches, for example if I have 1000 of them - all are shown. I tried setting: [defaults] branches = -a in global hgrc file but it ...
0
votes
1answer
13 views

Can't seem to get ACL to work with hgweb.wsgi

I have hgweb.wsgi setup on an ubuntu server under apache2. Furthermore I have basic authing using the apache2 htpasswd approach. This all works nicely. However, we want to control what each user have ...
0
votes
1answer
175 views

creating subdomains with apache on debian; creating hgweb subdomain as second step

Hey guys 'insert smiley here', After hours of trying to setup subdomains on my dedicated root server, I'm asking you for help. Target: being able to create and access subdomains setup an own ...
0
votes
2answers
89 views

hgweb without Web Interface

This may seem like a dumb idea, but is there anyway to serve a mercurial repository over http without any of the webinterface features bundled in hgweb.cgi . I would like users to be able to ...
0
votes
1answer
61 views

Netbeans Mercurial Authentication

I have a strange problem. I have set up a Mercurial server using the hgweb.cgi script. The script runs in a subfolder on my Apache webserver, and I use Apache basicauth to enforce authentication. ...
0
votes
1answer
182 views

mercurial hgweb.config do not find repositories, path issue

I have a repository set up on an apache web server using the hgweb.cgi script declared in my apache2.conf file as following: ScriptAlias /hgp "/var/www/hgrepublic/hgweb.cgi" In my hgweb.cgi script, ...
0
votes
1answer
196 views

Mercurial hgweb using without CGI not working in IIS 6.0

I am trying to get Mercurial hgweb working using ISAPI following those two links http://blog.jaredreisinger.com and Vampire Basic. The server is a IIS 6.0 Windows server 2003. On the same machine I ...
0
votes
1answer
105 views

hgweb with mod_wsgi's WSGIDaemonProcess running as another user (to skip chmod/chown)

Is it possible to serve hgweb with mod_wsgi's WSGIDaemonProcess running as another user, so that it won't be necessary to do any chmod/chown? E.g. the repositories is under /home/john/repositories, ...
0
votes
2answers
458 views

mercurial + Apache gives 403 error

I have setup my repo at /home/adil/hg/sample-repo and want to serve it via httpd. I am following the tutorial at http://mercurial.selenic.com/wiki/PublishingRepositories#multiple and have created the ...
0
votes
2answers
494 views

Can I allow_push on individual repositories using hgweb.config [Mercurial]

In hgweb.config, the allow_push parameter applies to all defined repos defined in the [paths] section. Is there a way to allow push on one repo but not in another, or would I need to actually create ...
0
votes
1answer
195 views

Published mercurial repos - links return 404

I am able to publish the list of repositories using hgwebdir.cgi on Tomcat. However none of the links on the published repository work. What should the baseurl be set to? I set it to ...
0
votes
3answers
478 views

How to embed a hgactivity graph in hgweb

I would like to embed an activity graph created by hgactivity inside my hgweb webinterface. What's the best method to do so? Here's a screenshot of a hgactivity graph: It shows the number of commits ...
0
votes
1answer
137 views

Redirecting old changesets to other repositories

We have a hook in Mercurial that posts the changeset message and a link the changeset to our bug tracking software. We are using separate repos for each branch. When we are done with a branch we ...
0
votes
2answers
221 views

Mercurial on IIS6+Win Server 2003 - path problems

I'm trying to get Mercurial going with IIS6 on Windows Server 2003 following the tutorial on this blog My setup is c:\inetpub\HG_web_interface\ and the folder containing repositories is in ...