<?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>John&#039;s Tidbits &#187; annodex</title>
	<atom:link href="http://inodes.org/tag/annodex/feed/" rel="self" type="application/rss+xml" />
	<link>http://inodes.org</link>
	<description>Moo - Development, Trouble-shooting and Random thoughts...</description>
	<lastBuildDate>Thu, 19 Apr 2012 10:15:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Bzr keeps easing my pain</title>
		<link>http://inodes.org/2009/04/03/bzr-keeps-easing-my-pain/</link>
		<comments>http://inodes.org/2009/04/03/bzr-keeps-easing-my-pain/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 08:38:51 +0000</pubDate>
		<dc:creator>johnf</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[annodex]]></category>
		<category><![CDATA[bazaar]]></category>
		<category><![CDATA[bzr]]></category>
		<category><![CDATA[dvcs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://inodes.org/blog/?p=127</guid>
		<description><![CDATA[There has been a trend in the Annodex community lately to move towards using git rather than SVN for source code management. Now while I applaud the move to a DVCS, I hate having to use git. It is just extremely painful IMHO. I just shouldn&#8217;t have to look up a man page or tutorial [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a <a href="http://http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html#links">trend</a> in the Annodex community lately to move towards using git rather than SVN for source code management. Now while I applaud the move to a DVCS, I hate having to use git. It is just extremely painful IMHO.</p>
<p>I just shouldn&#8217;t have to look up a man page or tutorial every time I want to use a tool. Something I don&#8217;t have to do with any of CSV, SVN, bzr or mecurial. Git may have some benefits under the hood but I think its user interface still has a long way to go. I can totally understand how git is the perfect tool for the kernel community but I just don&#8217;t think it makes a lot of sense for some other communities who have jumped on the badwagon.</p>
<p>The nice folks over in the <a href="http://bazaar-vcs.org">bazaar</a> community have found a way to ease my pain. Some of you may be familiar with the <a href="http://bazaar-vcs.org/BzrForeignBranches/Subversion">bzr-svn</a> plugin written by <a href="http://http://jelmer.vernstok.nl/blog/index.php">Jelmer Vernooij</a>. Well he has recently expanded on the work started by Rob Collins and now we have a working <a href="http://http://bazaar-vcs.org/BzrForeignBranches/Git">bzr-git</a>.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">johnf<span style="color: #000000; font-weight: bold;">@</span>zoot:~$ bzr branch <span style="color: #c20cb9; font-weight: bold;">git</span>:<span style="color: #000000; font-weight: bold;">//</span>git.xiph.org<span style="color: #000000; font-weight: bold;">/</span>liboggz.git
Branched <span style="color: #000000;">734</span> revision<span style="color: #7a0874; font-weight: bold;">&#40;</span>s<span style="color: #7a0874; font-weight: bold;">&#41;</span>.
johnf<span style="color: #000000; font-weight: bold;">@</span>zoot:~$ <span style="color: #7a0874; font-weight: bold;">cd</span> liboggz.git<span style="color: #000000; font-weight: bold;">/</span>
johnf<span style="color: #000000; font-weight: bold;">@</span>zoot:~<span style="color: #000000; font-weight: bold;">/</span>liboggz.git$ bzr log <span style="color: #660033;">-r</span> <span style="color: #660033;">-1</span>
<span style="color: #660033;">------------------------------------------------------------</span>
revno: <span style="color: #000000;">734</span>
<span style="color: #c20cb9; font-weight: bold;">git</span> commit: ef3b0ebc1fdc299a09119df01fbd1c8867f90d8b
committer: Conrad Parker
timestamp: Wed <span style="color: #000000;">2009</span>-04-01 00:<span style="color: #000000;">59</span>:<span style="color: #000000;">36</span> +0000
message:
  Update the <span style="color: #c20cb9; font-weight: bold;">link</span> to the theora spec
  Patch by Ralph Giles</pre></div></div>

<p>Joy!!! Many thanks to the wonderful guys in the bazzar community for making my life so much easier. All we need now is bzr-hg and I&#8217;ll never have to leave my comfort zone <img src='http://inodes.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://inodes.org/2009/04/03/bzr-keeps-easing-my-pain/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

