<?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: Further thoughts on version control</title>
	<atom:link href="http://www.markshuttleworth.com/archives/124/feed" rel="self" type="application/rss+xml" />
	<link>http://www.markshuttleworth.com/archives/124</link>
	<description>Planetary perspectives</description>
	<lastBuildDate>Thu, 13 Jun 2013 15:33:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: code, code.back, code.back2&#8230; - A better way with Revison Control (svn/git/bzr/hg tutorials &#38; comparisons) &#171; ☠ I could not think of a blog title ☠</title>
		<link>http://www.markshuttleworth.com/archives/124/comment-page-1#comment-295941</link>
		<dc:creator>code, code.back, code.back2&#8230; - A better way with Revison Control (svn/git/bzr/hg tutorials &#38; comparisons) &#171; ☠ I could not think of a blog title ☠</dc:creator>
		<pubDate>Sat, 26 Apr 2008 06:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.markshuttleworth.com/archives/124#comment-295941</guid>
		<description>[...] in their changelogs. I haven&#8217;t found any videos on Bazaar but there have been three, shuttleworth, posts recently on bazaar as a lossless [...]</description>
		<content:encoded><![CDATA[<p>[...] in their changelogs. I haven&#8217;t found any videos on Bazaar but there have been three, shuttleworth, posts recently on bazaar as a lossless [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Shuttleworth on renaming and merging &#8212; Version Control Blog &#8212; branching and merging, Ideas, SCM features and concepts, Bazaar/bzr,</title>
		<link>http://www.markshuttleworth.com/archives/124/comment-page-1#comment-177305</link>
		<dc:creator>Mark Shuttleworth on renaming and merging &#8212; Version Control Blog &#8212; branching and merging, Ideas, SCM features and concepts, Bazaar/bzr,</dc:creator>
		<pubDate>Mon, 08 Oct 2007 20:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.markshuttleworth.com/archives/124#comment-177305</guid>
		<description>[...] &#8220;Further thoughts on version control&#8221;; [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8220;Further thoughts on version control&#8221;; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.markshuttleworth.com/archives/124/comment-page-1#comment-128971</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 09 Jul 2007 15:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.markshuttleworth.com/archives/124#comment-128971</guid>
		<description>Lol @ cunning plan, must be a Blackadder fan.</description>
		<content:encoded><![CDATA[<p>Lol @ cunning plan, must be a Blackadder fan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Narebski</title>
		<link>http://www.markshuttleworth.com/archives/124/comment-page-1#comment-116220</link>
		<dc:creator>Jakub Narebski</dc:creator>
		<pubDate>Tue, 19 Jun 2007 16:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.markshuttleworth.com/archives/124#comment-116220</guid>
		<description>About recording renames, it usually requires explicitely telling VCS about rename. First, you have to remember to do that, second it is useless in mixed VCS environment, where some changes come from other VCS like Quilt or as mailed patches.

Mark, could you please *tag&amp; this series with something like &quot;Version Control&quot; and not only &quot;Thoughts&quot; and &quot;Free software&quot;? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>About recording renames, it usually requires explicitely telling VCS about rename. First, you have to remember to do that, second it is useless in mixed VCS environment, where some changes come from other VCS like Quilt or as mailed patches.</p>
<p>Mark, could you please *tag&amp; this series with something like &#8220;Version Control&#8221; and not only &#8220;Thoughts&#8221; and &#8220;Free software&#8221;? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brendan</title>
		<link>http://www.markshuttleworth.com/archives/124/comment-page-1#comment-111811</link>
		<dc:creator>brendan</dc:creator>
		<pubDate>Wed, 13 Jun 2007 18:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.markshuttleworth.com/archives/124#comment-111811</guid>
		<description>James, why do you say that Mercurial tracks renames the same way that git does? In fact it records copies explicitly, and uses that information for log, annotate, grep, merge etc.</description>
		<content:encoded><![CDATA[<p>James, why do you say that Mercurial tracks renames the same way that git does? In fact it records copies explicitly, and uses that information for log, annotate, grep, merge etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorsten Wilms</title>
		<link>http://www.markshuttleworth.com/archives/124/comment-page-1#comment-110955</link>
		<dc:creator>Thorsten Wilms</dc:creator>
		<pubDate>Tue, 12 Jun 2007 09:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.markshuttleworth.com/archives/124#comment-110955</guid>
		<description>Regarding further thoughts ... I wonder if it would make sense to have a distribution under VCS. An installation would be a checkout. Configuration changes, adding/removing software would define the local branch. Updating / upgrading the distro would be merging.

For version control on a desktop level, it might be interesting to do branching  / checkouts / merging via drag and drop, so users could collaborate on any kind of project not just on a file, but a versioned project level easily.</description>
		<content:encoded><![CDATA[<p>Regarding further thoughts &#8230; I wonder if it would make sense to have a distribution under VCS. An installation would be a checkout. Configuration changes, adding/removing software would define the local branch. Updating / upgrading the distro would be merging.</p>
<p>For version control on a desktop level, it might be interesting to do branching  / checkouts / merging via drag and drop, so users could collaborate on any kind of project not just on a file, but a versioned project level easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Henstridge</title>
		<link>http://www.markshuttleworth.com/archives/124/comment-page-1#comment-110774</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Tue, 12 Jun 2007 02:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.markshuttleworth.com/archives/124#comment-110774</guid>
		<description>Zeno: how would you implement such a &quot;renaming tool&quot; outside of the VCS?  To accurately track renames, that information needs to be recorded at commit time (and do so for all commits).  If you don&#039;t do that, then you&#039;re left having to guess where the renames occurred and you&#039;re back to where GIT/Mercurial are.</description>
		<content:encoded><![CDATA[<p>Zeno: how would you implement such a &#8220;renaming tool&#8221; outside of the VCS?  To accurately track renames, that information needs to be recorded at commit time (and do so for all commits).  If you don&#8217;t do that, then you&#8217;re left having to guess where the renames occurred and you&#8217;re back to where GIT/Mercurial are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Ad</title>
		<link>http://www.markshuttleworth.com/archives/124/comment-page-1#comment-110443</link>
		<dc:creator>Ed Ad</dc:creator>
		<pubDate>Mon, 11 Jun 2007 14:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.markshuttleworth.com/archives/124#comment-110443</guid>
		<description>I second Zeno that GIT is way better for coding. Of course it would be nice if other sites such as SourceForge or Berlios support bazaar, but more support for git or subversion would be welcome in Launchpad too. (Of course without first converting it to bazaar.) Your post seems to insinuate that Launchpad (unfortunately not all GPL) does have &quot;cunning secret plans to launch a proprietary system based on it&quot;.</description>
		<content:encoded><![CDATA[<p>I second Zeno that GIT is way better for coding. Of course it would be nice if other sites such as SourceForge or Berlios support bazaar, but more support for git or subversion would be welcome in Launchpad too. (Of course without first converting it to bazaar.) Your post seems to insinuate that Launchpad (unfortunately not all GPL) does have &#8220;cunning secret plans to launch a proprietary system based on it&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeno Davatz</title>
		<link>http://www.markshuttleworth.com/archives/124/comment-page-1#comment-110406</link>
		<dc:creator>Zeno Davatz</dc:creator>
		<pubDate>Mon, 11 Jun 2007 11:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.markshuttleworth.com/archives/124#comment-110406</guid>
		<description>Interesting. As you say, you need a &quot;Renaming&quot; tool witch is maybe not so much an SCM. If you are looking for a Source-Code-Management-Tool, I still believe GIT is the best you can get. But of course GIT is about Code and not about File-Names.</description>
		<content:encoded><![CDATA[<p>Interesting. As you say, you need a &#8220;Renaming&#8221; tool witch is maybe not so much an SCM. If you are looking for a Source-Code-Management-Tool, I still believe GIT is the best you can get. But of course GIT is about Code and not about File-Names.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
