<?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: Dabbling in distributed version control</title>
	<atom:link href="http://www.flyingsquirrel.ca/index.php/2009/01/19/dabbling-in-distributed-version-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flyingsquirrel.ca/index.php/2009/01/19/dabbling-in-distributed-version-control/</link>
	<description>Darcy Casselman's weblog.  Like the world needed another one.</description>
	<lastBuildDate>Mon, 09 Jan 2012 19:01:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Darcy Casselman</title>
		<link>http://www.flyingsquirrel.ca/index.php/2009/01/19/dabbling-in-distributed-version-control/comment-page-1/#comment-324</link>
		<dc:creator>Darcy Casselman</dc:creator>
		<pubDate>Wed, 21 Jan 2009 11:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyingsquirrel.ca/?p=303#comment-324</guid>
		<description>&lt;p&gt;I gotcha.  I&#039;m talking about people who get stuck in one version control paradigm having weird expectations when they move to another.  As far as I can tell, the answer to being put off by long, sha1 hash strings for version numbers is you probably never actually need to refer to version numbers.  Particularly in a distributed system.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I gotcha.  I&#8217;m talking about people who get stuck in one version control paradigm having weird expectations when they move to another.  As far as I can tell, the answer to being put off by long, sha1 hash strings for version numbers is you probably never actually need to refer to version numbers.  Particularly in a distributed system.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ikegami</title>
		<link>http://www.flyingsquirrel.ca/index.php/2009/01/19/dabbling-in-distributed-version-control/comment-page-1/#comment-323</link>
		<dc:creator>ikegami</dc:creator>
		<pubDate>Wed, 21 Jan 2009 01:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyingsquirrel.ca/?p=303#comment-323</guid>
		<description>&lt;p&gt;I&#039;m not talking about tags. I&#039;m talking about the actual version numbers. Here&#039;s an example:&lt;/p&gt;

&lt;p&gt;http://perl5.git.perl.org/perl.git/commit/e0d6880329cb1f7117561b49a7703b366f265dc3&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m not talking about tags. I&#8217;m talking about the actual version numbers. Here&#8217;s an example:</p>

<p><a href="http://perl5.git.perl.org/perl.git/commit/e0d6880329cb1f7117561b49a7703b366f265dc3" rel="nofollow">http://perl5.git.perl.org/perl.git/commit/e0d6880329cb1f7117561b49a7703b366f265dc3</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Darcy</title>
		<link>http://www.flyingsquirrel.ca/index.php/2009/01/19/dabbling-in-distributed-version-control/comment-page-1/#comment-322</link>
		<dc:creator>Darcy</dc:creator>
		<pubDate>Tue, 20 Jan 2009 04:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyingsquirrel.ca/?p=303#comment-322</guid>
		<description>&lt;p&gt;Congrats on finding a job! :D&lt;/p&gt;

&lt;p&gt;I wouldn&#039;t have thought you&#039;d have to deal with the SHA1 hashes very much.  Unless you&#039;re trying to do something in git that you used to do with Perforce...  We ran into people like that at my old job, who came from CVS and thought you had to obsessively tag everything all the time...&lt;/p&gt;

&lt;p&gt;Git&#039;s quite a bit better on Windows now, but the unsupportedness of git-svn and the general hackishness of the whole thing was kind of a turnoff.  I took a look into the APIs a bit and left with a bit of a bad taste.&lt;/p&gt;

&lt;p&gt;Bzr is nice.  I think I&#039;ll stick with that.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Congrats on finding a job! :D</p>

<p>I wouldn&#8217;t have thought you&#8217;d have to deal with the SHA1 hashes very much.  Unless you&#8217;re trying to do something in git that you used to do with Perforce&#8230;  We ran into people like that at my old job, who came from CVS and thought you had to obsessively tag everything all the time&#8230;</p>

<p>Git&#8217;s quite a bit better on Windows now, but the unsupportedness of git-svn and the general hackishness of the whole thing was kind of a turnoff.  I took a look into the APIs a bit and left with a bit of a bad taste.</p>

<p>Bzr is nice.  I think I&#8217;ll stick with that.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ikegami</title>
		<link>http://www.flyingsquirrel.ca/index.php/2009/01/19/dabbling-in-distributed-version-control/comment-page-1/#comment-321</link>
		<dc:creator>ikegami</dc:creator>
		<pubDate>Mon, 19 Jan 2009 23:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyingsquirrel.ca/?p=303#comment-321</guid>
		<description>&lt;p&gt;I just had a crash course in Subversion today. (First day on the job!)&lt;/p&gt;

&lt;p&gt;Perl5 has just moved from Perforce to Git. The long version numbers (sha hashes) are causing some (mostly visual) issues. Turns out you can truncate the number in most places.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just had a crash course in Subversion today. (First day on the job!)</p>

<p>Perl5 has just moved from Perforce to Git. The long version numbers (sha hashes) are causing some (mostly visual) issues. Turns out you can truncate the number in most places.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.flyingsquirrel.ca/index.php/2009/01/19/dabbling-in-distributed-version-control/comment-page-1/#comment-320</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 19 Jan 2009 22:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyingsquirrel.ca/?p=303#comment-320</guid>
		<description>&lt;p&gt;I vote Bazaar, but then again, I don&#039;t need Visual Studio integration...&lt;/p&gt;

&lt;p&gt;Also, my needs aren&#039;t that strenuous... so it fits pretty well.&lt;/p&gt;

&lt;p&gt;Tried Mercurial for a bit, but didn&#039;t like it.&lt;/p&gt;

&lt;p&gt;Need Windows support, so Git never really entered into the picture... (It&#039;s probably come quite a way, but it seemed REALLY rooted in Linux the last time I looked...)&lt;/p&gt;

&lt;p&gt;Best of luck!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I vote Bazaar, but then again, I don&#8217;t need Visual Studio integration&#8230;</p>

<p>Also, my needs aren&#8217;t that strenuous&#8230; so it fits pretty well.</p>

<p>Tried Mercurial for a bit, but didn&#8217;t like it.</p>

<p>Need Windows support, so Git never really entered into the picture&#8230; (It&#8217;s probably come quite a way, but it seemed REALLY rooted in Linux the last time I looked&#8230;)</p>

<p>Best of luck!</p>]]></content:encoded>
	</item>
</channel>
</rss>

