Why do users get an HTTP 404 error when attempting to clone a Mercurial repository over HTTP?

The repository is hosted on my PC. I use Apache with WAMP and TortoiseHG. I have setup users and passwords and they are able to browse the repository in their browsers after entering their usernames and passwords. The problem is that, when they try to clone the repository, they get an HTTP404 file note found … Read more

Setting up SVN server on Windows 7

Short My OS is: Windows 7 Ultimate and IDE is Netbeans. Want to work with 2-3 devs on PHP projects. After research I found that it’s possible with GIT. Found this solution. But it’s installing apache server. (I don’t need any web server: I already have one – IIS7) Question Is there any free solution … Read more

Determining which Mercurial version which created a repository

I have a rather large Mercurial web server (ie. running under hgweb.wsgi) that’s outgrown the distribution it was built-on… which basically means that I’ve already started doing upgrades of Python, Apache, OpenSSL, mod-wsgi, and Mercurial (among other things), rather than being more-responsible and upgrading the underlying O/S (don’t hate on me). The question here, is… … Read more

Is it possible to run Mercurial without ssl installed?

I have a Solaris 5.8 machine without OpenSSL. This platform is a real pain to get OpenSSL compiled for, and getting Mordac, our unix admin, to install the Solaris package isn’t an option. I’d like to run the Mercurial client, but this seems to require the Python _ssl module, which in turn requires OpenSSL or … Read more

mercurial hgwebdir error with basicauth in apache2

I’m having kind of a strange error that I’m trying to track down. I was trying to setup mercurial on my home server this weekend. I seem to have it running up to the point where I’m trying to get repositories published correctly. I’m running Ubuntu 10.04 LTS with Mercurial version 1.4.3. I followed the … Read more