<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.11" -->
<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/"
	>

<channel>
	<title>Alfresco Development Blog</title>
	<link>http://blogs.alfresco.com/development</link>
	<description>What's new in the world of Alfresco</description>
	<pubDate>Sun, 02 Apr 2006 16:51:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>
	<language>en</language>
			<item>
		<title>Subversion+ Versioning Model</title>
		<link>http://blogs.alfresco.com/development/2006/04/01/subversion-versioning-model/</link>
		<comments>http://blogs.alfresco.com/development/2006/04/01/subversion-versioning-model/#comments</comments>
		<pubDate>Sat, 01 Apr 2006 14:23:10 +0000</pubDate>
		<dc:creator>britt</dc:creator>
		
		<category>Versioning</category>

		<guid isPermaLink="false">http://blogs.alfresco.com/development/2006/04/01/subversion-versioning-model/</guid>
		<description><![CDATA[Kevin Cochrane has posted a good 10,000 foot view of our plans for WCM.  I thought I&#8217;d post a quick run down on one aspect of WCM that Jon Cox and I have been working on: an extended versioning model for the Alfresco Repository.  Web Content Management is collection-oriented.  That is, the [...]]]></description>
			<content:encoded><![CDATA[<p>Kevin Cochrane has posted a good 10,000 foot view of our <a href="http://wiki.alfresco.com/wiki/New_Web_Content_Management_Plan">plans for WCM</a>.  I thought I&#8217;d post a quick run down on one aspect of WCM that Jon Cox and I have been working on: an extended versioning model for the Alfresco Repository.  Web Content Management is collection-oriented.  That is, the fundamental unit of change is a group of concomitantly modified assets; raw html, xml records, images, pdf files, and stylesheets are typically worked on in a coordinated manner, and therefore need to be versioned in a coordinated manner.  It&#8217;s useful to have the ability to view your repository in two complimentary ways: as a sequence of change sets, and as a sequence of directory &#8220;snapshots&#8221; (i.e: change set integrations).   We plan upon implementing a system with <a href="http://subversion.tigris.org/">Subversion</a>-like semantics to accomplish this; ultimately, we&#8217;ll probably create something with <a href="http://svk.elixus.org/">svk</a>-like semantics to handle distributed repositories, but more on that later.<br />
Subversion&#8217;s versioning model is simple and powerful.  A Subversion repository is  a singly rooted filesystem-like store for which the root node of a repository can be accessed for any version of the repository; new versions of the repository are created at each &#8216;commit&#8217; and &#8216;copy&#8217; operation. This capability is the first critical characteristic of the Subversion model.  Every time a developer &#8216;commits&#8217; a set of files the whole repository is apparently versioned.  Subversion performs these versioning operations in a parsimonious way. Using a lazy copy on write strategy, new physical versions are created only for changed leaf nodes and all their containing directories, recursively.<br />
We are also introducing the concept of &#8220;layering,&#8221; which will give Alfresco a set of capabilities that are deeply useful for a number of WCM scenarios.  In the next installment we&#8217;ll describe what layering is and what it&#8217;s good for.</p>
<p>No, this is not an April Fool&#8217;s day prank. <img src='http://blogs.alfresco.com/development/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Posted by Britt Park
</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.alfresco.com/development/2006/04/01/subversion-versioning-model/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blogs.alfresco.com/development/2006/01/24/hello-world/</link>
		<comments>http://blogs.alfresco.com/development/2006/01/24/hello-world/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 13:41:13 +0000</pubDate>
		<dc:creator>will.abson</dc:creator>
		
		<category>Uncategorized</category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.alfresco.com/development/2006/01/24/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
