<?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: ZeroConf support for Bazaar</title>
	<atom:link href="http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/</link>
	<description>Random stuff</description>
	<lastBuildDate>Tue, 17 May 2011 12:23:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pharao</title>
		<link>http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/comment-page-1/#comment-380</link>
		<dc:creator>Pharao</dc:creator>
		<pubDate>Sun, 25 Mar 2007 19:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/#comment-380</guid>
		<description>just great - thanks :)</description>
		<content:encoded><![CDATA[<p>just great &#8211; thanks <img src='http://blogs.gnome.org/jamesh/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/comment-page-1/#comment-381</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/#comment-381</guid>
		<description>Excellent idea!</description>
		<content:encoded><![CDATA[<p>Excellent idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glatzor</title>
		<link>http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/comment-page-1/#comment-382</link>
		<dc:creator>glatzor</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/#comment-382</guid>
		<description>I already love your plugin!</description>
		<content:encoded><![CDATA[<p>I already love your plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Scherer</title>
		<link>http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/comment-page-1/#comment-383</link>
		<dc:creator>Michael Scherer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/#comment-383</guid>
		<description>This seems like svl, a svk layer providing the same feature for svk. You should take a look to see if there is some interesting concept to implement. Too bad that svl developpement is stalled.</description>
		<content:encoded><![CDATA[<p>This seems like svl, a svk layer providing the same feature for svk. You should take a look to see if there is some interesting concept to implement. Too bad that svl developpement is stalled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Scherer</title>
		<link>http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/comment-page-1/#comment-384</link>
		<dc:creator>Michael Scherer</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/#comment-384</guid>
		<description>Oups, forgot the url to svl : &lt;a href=&quot;http://search.cpan.org/~abergman/SVL-0.29/&quot;&gt;http://search.cpan.org/~abergman/SVL-0.29/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Oups, forgot the url to svl : <a href="http://search.cpan.org/~abergman/SVL-0.29/">http://search.cpan.org/~abergman/SVL-0.29/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/comment-page-1/#comment-385</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/#comment-385</guid>
		<description>Michael: I think a lot of the SVL features are already part of the Bazaar core.  My code basically just instantiates the existing Bazaar server implementation and does the mDNS advertisement.&lt;p/&gt;That said, there is definitely room for improvement on the client side for bzr-avahi.  I have a few ideas about how to improve things mentioned in the main article.&lt;p/&gt;One of the new features of Bazaar is the concept of a unique tree root ID.  All related branches share the same tree root ID.  If this is included in the advertised data, it would allow the plugin to show only the branches that could be merged to a particular target.</description>
		<content:encoded><![CDATA[<p>Michael: I think a lot of the SVL features are already part of the Bazaar core.  My code basically just instantiates the existing Bazaar server implementation and does the mDNS advertisement.
<p />That said, there is definitely room for improvement on the client side for bzr-avahi.  I have a few ideas about how to improve things mentioned in the main article.
<p />One of the new features of Bazaar is the concept of a unique tree root ID.  All related branches share the same tree root ID.  If this is included in the advertised data, it would allow the plugin to show only the branches that could be merged to a particular target.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/jamesh/2007/03/25/zeroconf-support-for-bazaar/feed/ ) in 1.17843 seconds, on Feb 10th, 2012 at 1:17 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 2:17 pm UTC -->
