Mercurial, Apache and mod_wsgi

I serve my Subversion repositories using Apache with mod_dav and mod_dav_svn. This is useful because it frees me from either having to run a separate Subversion-specific server which duplicates existing Apache functionality, or SSH which obviously requires shell access for checking out as well as committing code. It was logical to provide a similar setup for my more recently adopted Mercurial repositories, so as promised to Ryan, here's a brief run through of how I did it. Continue reading ‘Mercurial, Apache and mod_wsgi’ »