<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adrian Smith&#039;s Blog &#187; mercurial</title>
	<atom:link href="http://www.17od.com/tag/mercurial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.17od.com</link>
	<description></description>
	<lastBuildDate>Sun, 20 Nov 2011 20:04:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing Mercurial with Apache</title>
		<link>http://www.17od.com/2008/04/02/installing-mercurial-with-apache/</link>
		<comments>http://www.17od.com/2008/04/02/installing-mercurial-with-apache/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 18:34:14 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.17od.com/?p=71</guid>
		<description><![CDATA[If you&#8217;ve been following one of these guides explaining how to configure Mercurial with Apache you may have encountered the following error&#8230; TypeError: 'hgwebdir' object is not callable There may be a number of scenarios under which this error can happen but in my case it was because I was using an incompatible version hgwebdir.cgi. [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been following <a href="http://www.selenic.com/mercurial/wiki/index.cgi/PublishingRepositories">one</a> of <a href="http://www.selenic.com/mercurial/wiki/index.cgi/HgWebDirStepByStep">these</a> <a href="http://digitalspaghetti.me.uk/2007/11/setting-up-a-mercurial-repository-from-svn-for-dummies-like-me/">guides</a> explaining how to configure Mercurial with Apache you may have encountered the following error&#8230;</p>
<pre><code>TypeError: 'hgwebdir' object is not callable</code></pre>
<p>There may be a number of scenarios under which this error can happen but in my case it was because I was using an incompatible version hgwebdir.cgi. After installing Mercurial 0.9.4 I downloaded hgwebdir.cgi from <a href="http://www.selenic.com/repo/hg-stable/raw-file/tip/hgwebdir.cgi">here</a> (which at the time of writing was for Mercurial 1.0). To fix the problem I had to use the version of hgwebdir.cgi that came with the Mercurial 0.9.4 install. On Ubuntu you&#8217;ll find it here /usr/share/doc/mercurial/examples/hgwebdir.cgi.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.17od.com/2008/04/02/installing-mercurial-with-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

