<?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>Stories from the land of Rob &#187; bzr</title>
	<atom:link href="http://blog.floopily.org/tag/bzr/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.floopily.org</link>
	<description></description>
	<lastBuildDate>Fri, 28 May 2010 15:30:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wizbit ars&#8217;d</title>
		<link>http://blog.floopily.org/2008/10/08/wizbit-arsd/</link>
		<comments>http://blog.floopily.org/2008/10/08/wizbit-arsd/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:28:17 +0000</pubDate>
		<dc:creator>robtaylor</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[bzr]]></category>
		<category><![CDATA[Codethink]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[tomboy]]></category>
		<category><![CDATA[Wizbit]]></category>

		<guid isPermaLink="false">http://blog.floopily.org/2008/10/08/wizbit-arsd/</guid>
		<description><![CDATA[So it seems ars technica picked up on Codethink&#8217;s little pet project! Obviously the little amount of info on the wiki isn&#8217;t enough for everyone who&#8217;s interested and enough has changed since the GUADEC talk that I should write a bit here to clarify what&#8217;s going on and where we&#8217;re going.
First off, we&#8217;re currently not [...]]]></description>
			<content:encoded><![CDATA[<p>So it seems <a href="http://arstechnica.com/journals/linux.ars/2008/10/07/wizbit-a-linux-filesystem-with-distributed-version-control">ars technica</a> picked up on <a href="http://codethink.co.uk">Codethink</a>&#8217;s little pet project! Obviously the little amount of info on <a href="http://wizbit.org">the wiki</a> isn&#8217;t enough for everyone who&#8217;s interested and enough has changed since the <a href="http://wizbit.org/FrontPage?action=AttachFile&#038;do=view&#038;target=GuadecWizbitTalk.pdf">GUADEC talk</a> that I should write a bit here to clarify what&#8217;s going on and where we&#8217;re going.</p>
<p>First off, we&#8217;re currently not using GVFS or FUSE &#8211; the core Wizbit component is simply a versioning, distributed object store. The current plan is to later hook up with a metadata service, maybe <a href="http://tracker-project.org">tracker</a>, and use this to export a FUSE filesystem using the metadata.</p>
<p>This core Wizbit service is just a library with its own api, maybe hooking up to gio streams for ease of use from GLib based applications.</p>
<p>The current focus of our work is solidifying this store and the synchronization between multiple machines. We&#8217;re prototyping its use in <a href="http://www.gnome.org/projects/tomboy/">Tomboy</a>. Karl is also working on making some of these pretty widgets for navigating history work.</p>
<p>We&#8217;re not actually using Git underneath, but using our own implementation of concepts from both Git and Bzr. This is for a number of reasons, partially that making a library from git&#8217;s code proved more trouble than just reimplementing the concepts (as things like <a href="http://repo.or.cz/w/egit.git">JGit</a> found). Also the nature of the problem is sufficiently different that things like the packed format don&#8217;t behave in a suitable way for general file system usage. The work on packing is yet to be started but we&#8217;ll probably use Robert Collin&#8217;s <a href="http://https://code.launchpad.net/~lifeless/+junk/bzr-groupcompress">groupcompress</a> idea from bzr.</p>
<p>I promise we&#8217;ll make the wiki a bit better when the code&#8217;s stabilised a bit!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.floopily.org/2008/10/08/wizbit-arsd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
