<?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: The difference between a working tree, repository, branch, and checkout in the Bazaar version control system</title>
	<atom:link href="http://likesalmon.net/the-difference-between-a-working-tree-repository-branch-and-checkout-in-the-bazaar-version-control-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://likesalmon.net/the-difference-between-a-working-tree-repository-branch-and-checkout-in-the-bazaar-version-control-system/</link>
	<description>Web development for designers</description>
	<lastBuildDate>Fri, 16 Dec 2011 11:37:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Segnalibri al 29 maggio 2011 &#124; Ubuntu block notes</title>
		<link>http://likesalmon.net/the-difference-between-a-working-tree-repository-branch-and-checkout-in-the-bazaar-version-control-system/comment-page-1/#comment-684</link>
		<dc:creator>Segnalibri al 29 maggio 2011 &#124; Ubuntu block notes</dc:creator>
		<pubDate>Sun, 29 May 2011 09:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://likesalmon.net/?p=250#comment-684</guid>
		<description>[...] The difference between a working tree, repository, branch, and checkout in the Bazaar version contro... [...]</description>
		<content:encoded><![CDATA[<p>[...] The difference between a working tree, repository, branch, and checkout in the Bazaar version contro&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The difference between a working tree, repository, branch, and checkout in the Bazaar version control system &#124; Likesalmon.net &#124; Bookmarks by aldolat</title>
		<link>http://likesalmon.net/the-difference-between-a-working-tree-repository-branch-and-checkout-in-the-bazaar-version-control-system/comment-page-1/#comment-683</link>
		<dc:creator>The difference between a working tree, repository, branch, and checkout in the Bazaar version control system &#124; Likesalmon.net &#124; Bookmarks by aldolat</dc:creator>
		<pubDate>Thu, 26 May 2011 16:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://likesalmon.net/?p=250#comment-683</guid>
		<description>[...] The difference between a working tree, repository, branch, and checkout in the Bazaar version contro...   This entry was posted in Bookmarks and tagged bazaar, vcs. Bookmark the permalink.    &#8592; Photo Gallery Primer &#187; Otto on WordPress Spy Stations and Cryptography &#8594; [...]</description>
		<content:encoded><![CDATA[<p>[...] The difference between a working tree, repository, branch, and checkout in the Bazaar version contro&#8230;   This entry was posted in Bookmarks and tagged bazaar, vcs. Bookmark the permalink.    &larr; Photo Gallery Primer &raquo; Otto on WordPress Spy Stations and Cryptography &rarr; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ammon</title>
		<link>http://likesalmon.net/the-difference-between-a-working-tree-repository-branch-and-checkout-in-the-bazaar-version-control-system/comment-page-1/#comment-142</link>
		<dc:creator>Ammon</dc:creator>
		<pubDate>Thu, 23 Sep 2010 19:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://likesalmon.net/?p=250#comment-142</guid>
		<description>Right! (Sorry I&#039;m just now getting back to you on this).  I&#039;ve never used subversion so I can&#039;t compare the two, but I think you got it.  

I&#039;ve come to realize that the thing (one of the things) that makes version control so difficult to understand is that the main metaphor, trees, is very problematic.  How can a branch have a tree?  Isn&#039;t it the other way around?  And why isn&#039;t a repository called the roots?  Bazaar seems to have gone as far as possible to make the metaphor clearer, but its just not very helpful when you&#039;re first trying to understand this stuff.</description>
		<content:encoded><![CDATA[<p>Right! (Sorry I&#8217;m just now getting back to you on this).  I&#8217;ve never used subversion so I can&#8217;t compare the two, but I think you got it.  </p>
<p>I&#8217;ve come to realize that the thing (one of the things) that makes version control so difficult to understand is that the main metaphor, trees, is very problematic.  How can a branch have a tree?  Isn&#8217;t it the other way around?  And why isn&#8217;t a repository called the roots?  Bazaar seems to have gone as far as possible to make the metaphor clearer, but its just not very helpful when you&#8217;re first trying to understand this stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Harris</title>
		<link>http://likesalmon.net/the-difference-between-a-working-tree-repository-branch-and-checkout-in-the-bazaar-version-control-system/comment-page-1/#comment-141</link>
		<dc:creator>William Harris</dc:creator>
		<pubDate>Thu, 16 Sep 2010 05:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://likesalmon.net/?p=250#comment-141</guid>
		<description>Dear God in heaven man thanks for explaining this. Please get the people in charge of the Bazaar site to explain this more clearly.

I really think alot of people coming from subversion (guilty myself) are getting confused because they changed nature of branches from what our mental model was. For the better from how it sounds

Correct me if im wrong (this is more of a question than a statement) but it works like this:

In subversion we have a repository that is separate from our working copies. We check out from the repo and then check in our stuff with our standard trunk, tags, branches setup.


In bazaar you init in the directory your work is in and it is now a branch from which other branches can be created. The repository is a part of and now inside that directory. Right?</description>
		<content:encoded><![CDATA[<p>Dear God in heaven man thanks for explaining this. Please get the people in charge of the Bazaar site to explain this more clearly.</p>
<p>I really think alot of people coming from subversion (guilty myself) are getting confused because they changed nature of branches from what our mental model was. For the better from how it sounds</p>
<p>Correct me if im wrong (this is more of a question than a statement) but it works like this:</p>
<p>In subversion we have a repository that is separate from our working copies. We check out from the repo and then check in our stuff with our standard trunk, tags, branches setup.</p>
<p>In bazaar you init in the directory your work is in and it is now a branch from which other branches can be created. The repository is a part of and now inside that directory. Right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

