<?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: Revision Control for Web Application Content</title>
	<atom:link href="http://ronny.haryan.to/archives/2006/06/26/revision-control-for-web-application-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronny.haryan.to/archives/2006/06/26/revision-control-for-web-application-content/</link>
	<description>Print: $9.50 -- Online: free</description>
	<lastBuildDate>Tue,  7 Apr 2009 13:01:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Zakaria</title>
		<link>http://ronny.haryan.to/archives/2006/06/26/revision-control-for-web-application-content/comment-page-1/#comment-2858</link>
		<dc:creator>Zakaria</dc:creator>
		<pubDate>Tue, 27 Jun 2006 08:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://ronny.haryan.to/archives/2006/06/26/revision-control-for-web-application-content/#comment-2858</guid>
		<description>In Software Engineering for Internet Applications
(a guide that every web developer must read)
on Content Management chapter also address this issues
http://philip.greenspun.com/seia/content-management</description>
		<content:encoded><![CDATA[<p>In Software Engineering for Internet Applications<br />
(a guide that every web developer must read)<br />
on Content Management chapter also address this issues<br />
<a href="http://philip.greenspun.com/seia/content-management" rel="nofollow">http://philip.greenspun.com/seia/content-management</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saya</title>
		<link>http://ronny.haryan.to/archives/2006/06/26/revision-control-for-web-application-content/comment-page-1/#comment-2857</link>
		<dc:creator>Saya</dc:creator>
		<pubDate>Mon, 26 Jun 2006 21:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://ronny.haryan.to/archives/2006/06/26/revision-control-for-web-application-content/#comment-2857</guid>
		<description>Great article!
Some questions popped up in my mind:
* How to handle conflict during merge (if any), present the conflict to the user?
* How to split the table in multiple repositories? Say, I want to store the old revisions in other server to save space but I want them still to be accessible.</description>
		<content:encoded><![CDATA[<p>Great article!<br />
Some questions popped up in my mind:<br />
* How to handle conflict during merge (if any), present the conflict to the user?<br />
* How to split the table in multiple repositories? Say, I want to store the old revisions in other server to save space but I want them still to be accessible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DiN</title>
		<link>http://ronny.haryan.to/archives/2006/06/26/revision-control-for-web-application-content/comment-page-1/#comment-2856</link>
		<dc:creator>DiN</dc:creator>
		<pubDate>Mon, 26 Jun 2006 16:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://ronny.haryan.to/archives/2006/06/26/revision-control-for-web-application-content/#comment-2856</guid>
		<description>A CMS called Drupal (http://drupal.org) already has this feature. ;)

The contents are stored in &#039;node&#039; table and -- similarly -- the revisions are stored in &#039;node_revisions&#039;.

There are differences to your concept:
- &#039;status&#039; is in stored in &#039;node&#039;, not &#039;node_revisions&#039;
- a revision is stored not automatically. In drupal, an edit can be stored as revision or just publish (in order to save space).</description>
		<content:encoded><![CDATA[<p>A CMS called Drupal (<a href="http://drupal.org" rel="nofollow">http://drupal.org</a>) already has this feature. ;)</p>
<p>The contents are stored in &#8216;node&#8217; table and &#8212; similarly &#8212; the revisions are stored in &#8216;node_revisions&#8217;.</p>
<p>There are differences to your concept:<br />
- &#8216;status&#8217; is in stored in &#8216;node&#8217;, not &#8216;node_revisions&#8217;<br />
- a revision is stored not automatically. In drupal, an edit can be stored as revision or just publish (in order to save space).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
