7
How to setup a mercurial repo for a public website on apache?view story

http://serverfault.com – We have apache server which serves a site from public_html/site/ We would like to have a mercurial repo in the same dir, so that we could push our changes directly to the server. So far I setup a hgweb.wsgi script and I can push and pull from the repo without any problems. Problems start when I want to add an authentication. (HowTos)

5
Cannot build Mercurial from sources in CentOSview story

http://stackoverflow.com – I'm trying to build Mercurial on CentOS 6, so here is what I've done so far: I got mercurial's latest sources, file is named mercurial-2.4.1.tar.gz I try running rpmbuild on it and I get the following: # rpmbuild -tb mercurial-2.4.1.tar.gz error: File /home/someuser/rpms/mercurial/mercurial-snapshot.tar.gz: No such file or directory So I try creating the file that it wants by copying from the (HowTos)

5
Video Game Journalist Out Of A Job For Calling Out Dead-Eyed, Dorito-Hoarding Journalistsview story

http://techcrunch.com – In the great, wide world of journalism, games journalism is a weird animal. Those who “practice” – and practice it well – face a barrage of PR perks, free trips, and angry houses. Access is given and taken away by marketing folks on a whim. There are a few great news sources (Polygon is one as is Rock, Paper, Shotgun), a few silly ones, and a few horrible ones. (IT news)

6
[ubuntu] Linux app for editable PDFs that's NOT Adobe?view story

http://ubuntuforums.org – Okay, so here's the low-down. I am using reStructuredText to build PDF documents for the company that I work for. We use RST because of the relative ease with Mercurial versioning compared to OpenOffice documents (not that it would make a difference in this case). This is all well and good, except some of these PDFs need to be editable. (Hardware)

6
How To Install Clearcase 7.1.1 on CentOS 5.8view story

http://www.humans-enabled.com – First of all, if you're going to have to use source control, get something FOSS - like git, or subversion, or mercurial, etc. (HowTos)

5
Mercurial-server or gitolite serverview story

https://bbs.archlinux.org – nobody44,Sorry my original post was confusing.  Bottom line - I want to be able to run a revision control system on my local network, hosted on an Arch box.  What I really needed was your assistance with the .ssh/config file - thanks!  Just to clarify for others reading this thread in the future - the .ssh/config file you list should be in the workstation's ~/.ssh directory (wh (HowTos)

14
Haunts: The Manse Macabre Funded, Last Chance To Pledge !view story

http://linuxgamingnews.org – Haunts: The Manse Macabre will be an DRM-Free, open source (licensed under the Creative Commons Attribution, Non Commercial, Share Alike license (art) and modified version of the BSD license (code)) turn-based horror game. It’s creators Mob Rules Games are extremely transparent both in development, open source and budget, so you will know for sure where your money goes too. Haunts: The Ma (Distributions)

14
Python, IIS scripts, and user accountsview story

http://serverfault.com – This isn't a question on my specific problem, as I've got that more or less solved, but about IIS/Python and user accounts in general. I have python scripts that I'm running with IIS 7.5 (Mercurial using the hgweb.wsgi script). (HowTos)

3
[solved] failed to commit transaction (invalid or corrupted package)view story

https://bbs.archlinux.org – Thank you Jelly It was a .part file. I was using aria2 to download prior to switching to the new pacman.conf. There was only one offending file. I would have thought that pacman would at least tell you which file was corrupted when it found one or even not recognize .part files as complete packages. (HowTos)

5
GlusterFS & Mercurial don't like each otherview story

http://unix.stackexchange.com – I did setup GlusterFS but when I mounted the directory on the client and did hg clone myrepo myrepo in that mounted directory, it's giving the following error: requesting all changes adding changesets transaction abort! rollback completed abort: integrity check failed on 00changelog.i:6! When I go to a none Glusterfs directory then clone, hg works fine. (HowTos)