<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: keeping old revisions</title>
	<atom:link href="http://johannes.jakeapp.com/blog/category/fun-with-linux/200801/keeping-old-revisions/feed" rel="self" type="application/rss+xml" />
	<link>http://johannes.jakeapp.com/blog/category/fun-with-linux/200801/keeping-old-revisions</link>
	<description>Johannes Buchner&#039;s blog about advanced usage of your operating system</description>
	<lastBuildDate>Mon, 05 Jul 2010 04:04:53 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: panzi</title>
		<link>http://johannes.jakeapp.com/blog/category/fun-with-linux/200801/keeping-old-revisions/comment-page-1#comment-30</link>
		<dc:creator>panzi</dc:creator>
		<pubDate>Fri, 15 Aug 2008 19:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://johannes.jakeapp.com/blog/?p=71#comment-30</guid>
		<description>Nice, but I can&#039;t see a reason why anyone should be to lazy to type:
&lt;pre&gt;hg init .&lt;/pre&gt;
And every now and then:
&lt;pre&gt;hg ci&lt;/pre&gt;
This way you have a full blown hg (mercurial) repository with revert and all. You can use &quot;hg serve&quot; or &quot;hg view&quot; to browse your history and you could even push to sharesource.org when your 2 or 3 files become a real project. ;)&lt;br /&gt;
&lt;br /&gt;
Some of the complang servers got hg installed, so you can use it to submit your work and collaboratively work with your team mates in lectures like &quot;Fortgeschrittene Funktional Programmierung&quot; (hg needs no hg server running, it just needs a ssh connection to a peer where hg is installed). ;)
</description>
		<content:encoded><![CDATA[<p>Nice, but I can&#8217;t see a reason why anyone should be to lazy to type:</p>
<pre>hg init .</pre>
<p>And every now and then:</p>
<pre>hg ci</pre>
<p>This way you have a full blown hg (mercurial) repository with revert and all. You can use &#8220;hg serve&#8221; or &#8220;hg view&#8221; to browse your history and you could even push to sharesource.org when your 2 or 3 files become a real project. ;)</p>
<p>Some of the complang servers got hg installed, so you can use it to submit your work and collaboratively work with your team mates in lectures like &#8220;Fortgeschrittene Funktional Programmierung&#8221; (hg needs no hg server running, it just needs a ssh connection to a peer where hg is installed). ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
