<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>No Compassion</title><guid isPermaLink="false">life/compassion-2005-07-08-15-10</guid><link>http://www.burtonini.com/blog/life/compassion-2005-07-08-15-10</link><description>I've never heard of Omarion, who apparently is a &quot;R&amp;B crooner&quot; (according to Yahoo), but I don't like him one ...</description><content:encoded><![CDATA[    <p>
      I've never heard of Omarion, who apparently is a "R&amp;B crooner"
      (according to Yahoo), but I don't like him one bit.  In fact, if I met
      him, I'd probably hit him.  Why?  He has <a
      href="http://uk.news.yahoo.com/050707/325/fmw5r.html">no compassion</a>, at
      all.  What a twonk.
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/life</category><dc:date>2005-07-08T14:10:00Z</dc:date></item><item><title>Local Branches In Bazaar For Fun And Profit</title><guid isPermaLink="false">computers/bazaar-2005-07-08-12-16</guid><link>http://www.burtonini.com/blog/computers/bazaar-2005-07-08-12-16</link><description>I've been meaning to blog about this for some time now, so don't expect a long and detailed entry. As ...</description><content:encoded><![CDATA[    <p>
      I've been meaning to blog about this for some time now, so don't expect a
      long and detailed entry.
    </p>
    <p>
      As <a
      href="http://www.burtonini.com/blog/computers/xicc/eog-icc-2005-06-24-17-27">previously
      mentioned</a> I've now got my EoG ICC patches in an Arch repository.
      Doing this was surprisingly trivial.  Thanks to the Bazaar people at
      Canonical (I've been talking to Robert Collins, but there are probably
      more people involved) there is a selective mirror of the GNOME CVS modules
      on <a
      href="http://bazaar.ubuntu.com"><tt>http://bazaar.ubuntu.com</tt></a>.
      Assuming the default archive is set, a local module can be created as a
      branch of another with a single command:
    </p>
    <pre>baz branch http://bazaar.ubuntu.com/gnome@bazaar.ubuntu.com/eog--MAIN--0 eog--xicc--0</pre>
    <p>
      This created a module in my repository called <tt>eog--xicc--0</tt>, which
      I can checkout as usual and edit as I want.  At some point I'll want to
      merge any changes from upstream, so in the working directory I perform a
      merge:
    </p>
    <pre>baz merge gnome@bazaar.ubuntu.com/eog--MAIN--0</pre>
    <p>
      Note that I don't need to specify the full location as the branch command
      added the archive name to location mapping.  Simply sort out any
      conflicts, and them commit the changes.
    </p>
    <p>
      Easy!  This Bazaar thing is really growing on me.
    </p>
    <p>
      <small>NP: <cite>Sounds From The Verve Hi-Fi</cite>, Thievery Corporation</small>
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2005-07-08T11:16:00Z</dc:date></item></channel></rss>