mercurial-server is a third-party tool for Mercurial that helps in managing SSH authentication for Mercurial repositories.
7
votes
2answers
442 views
Mercurial Web Server
Is there a Mercurial equivalent to VisualSVN Server? I want to setup an http web server for a mercurial repository that has nested repositories. Using the docs it's very difficult to get what I want.
4
votes
3answers
299 views
Setup mercurial over HTTP
Can you give some pointers to setup Mercurial over HTTP/HTTPS?
I am setting up a development server (Debian), where i want to create a mercurial repository and push the changes to the server. I need ...
3
votes
2answers
165 views
How does mercurial-server handle requests
Background
I'm currently using LShift's mercurial-server to host some mercurial repositories. It looks like the number of repositories as well as their size is expected to grow tremendously.
To ...
2
votes
2answers
123 views
Are there any known security vulnerabilities to the built-in mercurial server?
I'm considering whether to use the built-in hg serve or to bother with configuring it with apache etc. The mercurial server will be potentially running on either Debian or OS X 10.5
My main ...
2
votes
0answers
182 views
restrict mercurial repo access
i have a mercurial server
i edited access.conf in hgadmin repo as following:
deny repo=a/b
read user=x/**
read user=y/**
write repo=a/b user=x/abc
write repo=a/b user=y/z
but user z still can't ...
1
vote
1answer
57 views
Do I need to recycle web server after modifying hgrc?
I have setup a Mercurial website in IIS7 using this tutorial:
http://mercurial.selenic.com/wiki/HgWebInIisOnWindows
I am slowly figuring out all of the options that I can tweak for the served ...
1
vote
1answer
121 views
Have static web content and Mercurial server under the same URL
I'm looking for a way to display static HTML content using an Apache 2 webserver while also having a Mercurial repository under the same URL. E.g. under http://www.myserver.org/projectname there ...
0
votes
2answers
317 views
Mercurial internal Setup on Windows 7 - Exception happened during processing of request from
Hy,
i have 1 central repository and many locals.
On my machine i have local and a central repository too.
I can make clone/commit/update/push/pull very easy between the local and central repository ...
0
votes
1answer
205 views
Mercurial Apache Web Access Gives Me 403 Forbidden Access
after trying to enable mercurial apache web access on my Ubuntu Server 12.04 box, I've got a 403 Forbidden error when accessing http://my.site.com/mercurial with log:
[Tue Sep 04 01:20:22 2012] ...