<?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: Moving From Bzr to Git (or &#8220;Tailor is So Awesome I Cream My Pants&#8221;)</title>
	<atom:link href="http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/feed/" rel="self" type="application/rss+xml" />
	<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/</link>
	<description>Just like it.</description>
	<lastBuildDate>Mon, 05 Jul 2010 01:42:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-12985</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 05 Jul 2010 01:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-12985</guid>
		<description>&lt;p&gt;Just used this and successfully converted my bzr branch with full history! Awesome. Next step: Finish the project and start using GitHub :) I&#039;ve heard good things about it, and my CMS of choice (Drupal) is standardizing on it. So I may as well too.&lt;/p&gt;

&lt;p&gt;I like Bazaar, though and will keep using it for projects I&#039;m on that...use it. And also for some of my own files. But new stuff will probably be in Git. It really is fast, and once you get it down it isn&#039;t hard at all.&lt;/p&gt;

&lt;p&gt;Oh, and branches in the same physical directory is A HUGE WIN because I run my local sites out of said physical directories. git checkout and switch to another version of the code, or a new feature, etc.? AWESOME. With Bazaar I&#039;d have to, what, symlink it? Have never even bothered.&lt;/p&gt;

&lt;p&gt;I got some errors at the start of the Tailor process...but I guess it was just doing some checks because everything went well.&lt;/p&gt;

&lt;p&gt;So, thanks!
Kevin&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just used this and successfully converted my bzr branch with full history! Awesome. Next step: Finish the project and start using GitHub :) I&#8217;ve heard good things about it, and my CMS of choice (Drupal) is standardizing on it. So I may as well too.</p>

<p>I like Bazaar, though and will keep using it for projects I&#8217;m on that&#8230;use it. And also for some of my own files. But new stuff will probably be in Git. It really is fast, and once you get it down it isn&#8217;t hard at all.</p>

<p>Oh, and branches in the same physical directory is A HUGE WIN because I run my local sites out of said physical directories. git checkout and switch to another version of the code, or a new feature, etc.? AWESOME. With Bazaar I&#8217;d have to, what, symlink it? Have never even bothered.</p>

<p>I got some errors at the start of the Tailor process&#8230;but I guess it was just doing some checks because everything went well.</p>

<p>So, thanks!
Kevin</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Thomson</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-12960</link>
		<dc:creator>Brandon Thomson</dc:creator>
		<pubDate>Tue, 01 Sep 2009 18:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-12960</guid>
		<description>&lt;p&gt;Oh, I forgot, make sure you do &quot;git mv .bzrignore .gitignore&quot; after the conversion.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh, I forgot, make sure you do &#8220;git mv .bzrignore .gitignore&#8221; after the conversion.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Thomson</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-12959</link>
		<dc:creator>Brandon Thomson</dc:creator>
		<pubDate>Tue, 01 Sep 2009 18:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-12959</guid>
		<description>&lt;p&gt;Frankly I&#039;m switching because branching in bzr sucks. I want to change branches in place like git does so I can just use the checkout command and any open files in vim will automatically change to reflect the branch change. Separate folders for separate branches? No thanks!&lt;/p&gt;

&lt;p&gt;Thanks for the script of course, it works great, although I can&#039;t figure out why the .bzr directory shows up in the git conversion...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Frankly I&#8217;m switching because branching in bzr sucks. I want to change branches in place like git does so I can just use the checkout command and any open files in vim will automatically change to reflect the branch change. Separate folders for separate branches? No thanks!</p>

<p>Thanks for the script of course, it works great, although I can&#8217;t figure out why the .bzr directory shows up in the git conversion&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Mathews</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-12957</link>
		<dc:creator>Kyle Mathews</dc:creator>
		<pubDate>Tue, 28 Jul 2009 16:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-12957</guid>
		<description>&lt;p&gt;Thanks for posting this -- I found your post via Google and the conversion worked perfectly.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for posting this &#8212; I found your post via Google and the conversion worked perfectly.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-6591</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sun, 07 Dec 2008 17:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-6591</guid>
		<description>&lt;p&gt;Thanks for the example, seems to work great, it will help when I need to pull any of my old work into git.  It doesn&#039;t seem to pull any branch revisions, only the mainline.  Honestly though, that&#039;s a price I&#039;m willing to pay.  My projects don&#039;t tend to be overly distributed anyway, usually one branch that represents me working on my work computer, and another branch that represents me working on my home computer, or similar incarnations of me working in a different location.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the example, seems to work great, it will help when I need to pull any of my old work into git.  It doesn&#8217;t seem to pull any branch revisions, only the mainline.  Honestly though, that&#8217;s a price I&#8217;m willing to pay.  My projects don&#8217;t tend to be overly distributed anyway, usually one branch that represents me working on my work computer, and another branch that represents me working on my home computer, or similar incarnations of me working in a different location.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-3798</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 07 May 2008 22:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-3798</guid>
		<description>&lt;p&gt;PLUS PLUS PLUS PLUS PLUS. Let&#039;s say it a million more times.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>PLUS PLUS PLUS PLUS PLUS. Let&#8217;s say it a million more times.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-3797</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 07 May 2008 22:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-3797</guid>
		<description>&lt;p&gt;Yeah, I was hating how &quot;tight&quot; it made everything feel. Plus, I&#039;m just too lazy to reinstall it after upgrading to WordPress 2.5.1.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, I was hating how &#8220;tight&#8221; it made everything feel. Plus, I&#8217;m just too lazy to reinstall it after upgrading to WordPress 2.5.1.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-3796</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Wed, 07 May 2008 22:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-3796</guid>
		<description>&lt;p&gt;Jeff, this is very cool.  I&#039;ve heard of tailor once before, but now we have a recipe to convert bzr repos to git, thanks to you.  Keep it up!&lt;/p&gt;

&lt;p&gt;P.S. What happened to your other blog theme?  It looks like default wordpress now.  I was digging the old colors.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jeff, this is very cool.  I&#8217;ve heard of tailor once before, but now we have a recipe to convert bzr repos to git, thanks to you.  Keep it up!</p>

<p>P.S. What happened to your other blog theme?  It looks like default wordpress now.  I was digging the old colors.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-3700</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 04 May 2008 04:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-3700</guid>
		<description>&lt;p&gt;Momentum, personal preference and &lt;a href=&quot;http://github.com&quot; rel=&quot;nofollow&quot;&gt;GitHub&lt;/a&gt;, mainly.  At the beginning, I hated not having a separate directory for each of my branches and then grew to realize how much disk space and cognitive overhead I lost by having them all &quot;in the same place&quot;.  Plus, its swift, a ton of people I know are using it, and we know have GitHub, which is completely amazing. &lt;/p&gt;

&lt;p&gt;Not the most rational of reasonings but whatever it takes to make it as easy as possible me to work and for other people to help.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Momentum, personal preference and <a href="http://github.com" rel="nofollow">GitHub</a>, mainly.  At the beginning, I hated not having a separate directory for each of my branches and then grew to realize how much disk space and cognitive overhead I lost by having them all &#8220;in the same place&#8221;.  Plus, its swift, a ton of people I know are using it, and we know have GitHub, which is completely amazing. </p>

<p>Not the most rational of reasonings but whatever it takes to make it as easy as possible me to work and for other people to help.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Avdi</title>
		<link>http://somethingsimilar.com/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/comment-page-1/#comment-3644</link>
		<dc:creator>Avdi</dc:creator>
		<pubDate>Fri, 02 May 2008 03:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethingsimilar.com/wordpress/2008/05/01/moving-from-bzr-to-git-or-tailor-is-so-awesome-i-cream-my-pants/#comment-3644</guid>
		<description>&lt;p&gt;Why move from Bzr to Git?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why move from Bzr to Git?</p>]]></content:encoded>
	</item>
</channel>
</rss>
