<?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: Using Bazaar Like Git + &#8216;repoalias&#8217; Plugin</title>
	<atom:link href="http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/</link>
	<description>Notice the Tao Effects...</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:56:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Greg Slepak</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-610</link>
		<dc:creator>Greg Slepak</dc:creator>
		<pubDate>Sun, 20 Dec 2009 21:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-610</guid>
		<description>Thanks for catching that David! I&#039;ve updated the post to that effect.</description>
		<content:encoded><![CDATA[<p>Thanks for catching that David! I&#8217;ve updated the post to that effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marble</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-609</link>
		<dc:creator>David Marble</dc:creator>
		<pubDate>Sun, 20 Dec 2009 20:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-609</guid>
		<description>The argument to &#039;init-repo&#039; should be &#039;--no-trees&#039;, not &#039;--no-tree&#039;.  &#039;--no-tree&#039; is used for creating a single branch without a working tree.

bzr init-repo --no-trees .bzr-repo</description>
		<content:encoded><![CDATA[<p>The argument to &#8216;init-repo&#8217; should be &#8216;&#8211;no-trees&#8217;, not &#8216;&#8211;no-tree&#8217;.  &#8216;&#8211;no-tree&#8217; is used for creating a single branch without a working tree.</p>
<p>bzr init-repo &#8211;no-trees .bzr-repo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Sabil (asabil) 's status on Wednesday, 23-Sep-09 12:17:38 UTC - Identi.ca</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-398</link>
		<dc:creator>Ali Sabil (asabil) 's status on Wednesday, 23-Sep-09 12:17:38 UTC - Identi.ca</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-398</guid>
		<description>[...] #git branching workflow using #bzr: http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/ [...]</description>
		<content:encoded><![CDATA[<p>[...] #git branching workflow using #bzr: <a href="http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/" rel="nofollow">http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Slepak</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-312</link>
		<dc:creator>Greg Slepak</dc:creator>
		<pubDate>Tue, 11 Aug 2009 19:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-312</guid>
		<description>I&#039;m by no means a bzr expert yet, I would try asking on the &lt;a href=&quot;irc://irc.freenode.net/#bzr&quot; rel=&quot;nofollow&quot;&gt;#bzr &lt;/a&gt; irc channel, there are lots of helpful folks there, or try the &lt;a href=&quot;http://bazaar-vcs.org/BzrSupport&quot; rel=&quot;nofollow&quot;&gt;mailing list&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I&#8217;m by no means a bzr expert yet, I would try asking on the <a href="irc://irc.freenode.net/#bzr" rel="nofollow">#bzr </a> irc channel, there are lots of helpful folks there, or try the <a href="http://bazaar-vcs.org/BzrSupport" rel="nofollow">mailing list</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Brannan</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-311</link>
		<dc:creator>Paul Brannan</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-311</guid>
		<description>I like the idea of being able to branch and switch between local branches easily, but something that&#039;s not mentioned is how to push those branches back to the remote repository.  With git I can use git push --all (I usually do want all my branches to be backed up on the server, no matter how trivial), but it&#039;s not obvious how to do that with this setup.  Any thoughts?</description>
		<content:encoded><![CDATA[<p>I like the idea of being able to branch and switch between local branches easily, but something that&#8217;s not mentioned is how to push those branches back to the remote repository.  With git I can use git push &#8211;all (I usually do want all my branches to be backed up on the server, no matter how trivial), but it&#8217;s not obvious how to do that with this setup.  Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Slepak</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-282</link>
		<dc:creator>Greg Slepak</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-282</guid>
		<description>Ah, I follow you now, I see that I did not state that in the post, thanks for pointing that out. The layouts recommended by the guide are similar enough in principle to the SVN layout though (and different enough from the Git style), that I hope the point still gets across in the post. Meaning, why and how one would want to use the Git-style.</description>
		<content:encoded><![CDATA[<p>Ah, I follow you now, I see that I did not state that in the post, thanks for pointing that out. The layouts recommended by the guide are similar enough in principle to the SVN layout though (and different enough from the Git style), that I hope the point still gets across in the post. Meaning, why and how one would want to use the Git-style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Millikin</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-281</link>
		<dc:creator>John Millikin</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-281</guid>
		<description>Perhaps I was unclear. The layout you copied is *not* a Bazaar layout at all. Tags are not managed as separate branches in Bazaar, but are per-branch objects managed using the &quot;bzr tag&quot; command. The example you used is how a repository would be arranged in Subversion.

The Bazaar version is a bit further down the page; it is the second code listing in section 10.3.1.1</description>
		<content:encoded><![CDATA[<p>Perhaps I was unclear. The layout you copied is *not* a Bazaar layout at all. Tags are not managed as separate branches in Bazaar, but are per-branch objects managed using the &#8220;bzr tag&#8221; command. The example you used is how a repository would be arranged in Subversion.</p>
<p>The Bazaar version is a bit further down the page; it is the second code listing in section 10.3.1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Slepak</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-280</link>
		<dc:creator>Greg Slepak</dc:creator>
		<pubDate>Sun, 05 Jul 2009 17:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-280</guid>
		<description>Thanks John, my point was simply to illustrate a common Bazaar layout, not to suggest that there is a preferred one. Note how the one I copied is actually rather similar to yours.</description>
		<content:encoded><![CDATA[<p>Thanks John, my point was simply to illustrate a common Bazaar layout, not to suggest that there is a preferred one. Note how the one I copied is actually rather similar to yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Millikin</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-279</link>
		<dc:creator>John Millikin</dc:creator>
		<pubDate>Sun, 05 Jul 2009 16:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-279</guid>
		<description>You copied the wrong segment from the Bazaar user guide -- specifically, the &quot;svn&quot; layout. Bazaar doesn&#039;t have a preferred layout, because directories can be placed anywhere and still work.

For example, this is my layout:

+ project/
--+ trunk/
--+ add-feature-foo/
--+ bug-12345_bar-crashes/</description>
		<content:encoded><![CDATA[<p>You copied the wrong segment from the Bazaar user guide &#8212; specifically, the &#8220;svn&#8221; layout. Bazaar doesn&#8217;t have a preferred layout, because directories can be placed anywhere and still work.</p>
<p>For example, this is my layout:</p>
<p>+ project/<br />
&#8211;+ trunk/<br />
&#8211;+ add-feature-foo/<br />
&#8211;+ bug-12345_bar-crashes/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis Zhang</title>
		<link>http://www.taoeffect.com/blog/2009/06/using-bazaar-like-git-repoalias-plugin/comment-page-1/#comment-278</link>
		<dc:creator>Lewis Zhang</dc:creator>
		<pubDate>Sun, 05 Jul 2009 10:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=721#comment-278</guid>
		<description>Excellent post! Especially enjoying the Repoalias plugin. Nice work.</description>
		<content:encoded><![CDATA[<p>Excellent post! Especially enjoying the Repoalias plugin. Nice work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
