<?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: Why We&#8217;re Not Switching to Git</title>
	<atom:link href="http://third-bit.com/blog/archives/1648.html/feed" rel="self" type="application/rss+xml" />
	<link>http://third-bit.com/blog/archives/1648.html</link>
	<description>Data is ones and zeroes &#124; Software is ones and zeroes and hard work.</description>
	<lastBuildDate>Tue, 22 May 2012 16:23:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: David Wolever</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1910</link>
		<dc:creator>David Wolever</dc:creator>
		<pubDate>Mon, 07 Jul 2008 14:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1910</guid>
		<description>@Dmitri, @Jeff: Yes, I&#039;m quite well aware that the problems are social, not technical, and that there aren&#039;t very many compelling reasons to start a project on SVN these days.  I also completely agree.

I guess it wasn&#039;t clear that I&#039;m thinking about the case of a classroom environment with DrProject (I _believe_ that&#039;s what Greg is talking about)... And in that case it&#039;s good to learn about social issues, but if technology can help mitigate them, all the better.</description>
		<content:encoded><![CDATA[<p>@Dmitri, @Jeff: Yes, I&#8217;m quite well aware that the problems are social, not technical, and that there aren&#8217;t very many compelling reasons to start a project on SVN these days.  I also completely agree.</p>
<p>I guess it wasn&#8217;t clear that I&#8217;m thinking about the case of a classroom environment with DrProject (I _believe_ that&#8217;s what Greg is talking about)&#8230; And in that case it&#8217;s good to learn about social issues, but if technology can help mitigate them, all the better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Third Bit &#187; Blog Archive &#187; A Guide to Distributed Version Control Systems</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1909</link>
		<dc:creator>The Third Bit &#187; Blog Archive &#187; A Guide to Distributed Version Control Systems</dc:creator>
		<pubDate>Sun, 06 Jul 2008 16:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1909</guid>
		<description>[...] This guide at InfoQ is a nice counterpoint to my list of reasons for not switching to Git. [...]</description>
		<content:encoded><![CDATA[<p>[...] This guide at InfoQ is a nice counterpoint to my list of reasons for not switching to Git. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1908</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Sun, 06 Jul 2008 07:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1908</guid>
		<description>You could do like mozilla and test the three DVCSs for a while to see if any fits.

But you have some good points for not doing anything, except for #4. RoR is really not that widely used, Zope and Django by themselves are strong competition.</description>
		<content:encoded><![CDATA[<p>You could do like mozilla and test the three DVCSs for a while to see if any fits.</p>
<p>But you have some good points for not doing anything, except for #4. RoR is really not that widely used, Zope and Django by themselves are strong competition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shot</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1907</link>
		<dc:creator>Shot</dc:creator>
		<pubDate>Sun, 06 Jul 2008 04:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1907</guid>
		<description>It doesn’t have to be an either-or choice. At least Bazaar has a bzr-svn plugin that lets you operate transparently on a Subversion repository (checkout/branch from it, commit to it), so I don’t really care any more whether somebody uses Subversion or Bazaar, I just branch from them and am done. :)</description>
		<content:encoded><![CDATA[<p>It doesn’t have to be an either-or choice. At least Bazaar has a bzr-svn plugin that lets you operate transparently on a Subversion repository (checkout/branch from it, commit to it), so I don’t really care any more whether somebody uses Subversion or Bazaar, I just branch from them and am done. <img src='http://third-bit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitri</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1906</link>
		<dc:creator>Dmitri</dc:creator>
		<pubDate>Sun, 06 Jul 2008 04:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1906</guid>
		<description>@David: Did your read some of the comments? Graydon&#039;s comment ( http://blog.red-bean.com/sussman/?p=20#comment-103 ) is pretty good at describing why code-bombing is a social issue and not a technical one.

#2 looks the most relevant to me. The tools for DVCSs are quite immature, so you need to use the system continuously to keep all the commands and parameters to them in your head. With CVS/SVN, you can just use a GUI for everything.</description>
		<content:encoded><![CDATA[<p>@David: Did your read some of the comments? Graydon&#8217;s comment ( <a href="http://blog.red-bean.com/sussman/?p=20#comment-103" rel="nofollow">http://blog.red-bean.com/sussman/?p=20#comment-103</a> ) is pretty good at describing why code-bombing is a social issue and not a technical one.</p>
<p>#2 looks the most relevant to me. The tools for DVCSs are quite immature, so you need to use the system continuously to keep all the commands and parameters to them in your head. With CVS/SVN, you can just use a GUI for everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Balogh</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1905</link>
		<dc:creator>Jeff Balogh</dc:creator>
		<pubDate>Sun, 06 Jul 2008 03:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1905</guid>
		<description>Well, if we&#039;re going to invoke Sussman, I have to point out
http://blog.red-bean.com/sussman/?p=90

Quote (from another svn developer): &quot;I&#039;m pretty confident that, for a new open
source project of non-huge size, I would not choose Subversion to host it&quot;</description>
		<content:encoded><![CDATA[<p>Well, if we&#8217;re going to invoke Sussman, I have to point out<br />
<a href="http://blog.red-bean.com/sussman/?p=90" rel="nofollow">http://blog.red-bean.com/sussman/?p=90</a></p>
<p>Quote (from another svn developer): &#8220;I&#8217;m pretty confident that, for a new open<br />
source project of non-huge size, I would not choose Subversion to host it&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bignose</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1904</link>
		<dc:creator>bignose</dc:creator>
		<pubDate>Sat, 05 Jul 2008 23:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1904</guid>
		<description>Your first two reasons are good; documentation and tool integration support are certainly sufficient concerns in themselves to resist the pull toward a new tool.

As for the &quot;local branches can be lost&quot; scenario, this is one of the primary reasons why I use Bazaar (http://bazaar-vcs.org/) for all my projects.

It&#039;s fully distributed, but also has elegant support for a centralised workflow (called &quot;checkout&quot;, http://bazaar-vcs.org/CheckoutTutorial) that can be easily switched to and from distributed mode so you&#039;re not stranded if you don&#039;t have access to the central repository.

I highly recommend you consider Bazaar when it comes time to look again at a distributed VCS. (As a bonus for you, it&#039;s written entirely in Python :-)</description>
		<content:encoded><![CDATA[<p>Your first two reasons are good; documentation and tool integration support are certainly sufficient concerns in themselves to resist the pull toward a new tool.</p>
<p>As for the &#8220;local branches can be lost&#8221; scenario, this is one of the primary reasons why I use Bazaar (<a href="http://bazaar-vcs.org/" rel="nofollow">http://bazaar-vcs.org/</a>) for all my projects.</p>
<p>It&#8217;s fully distributed, but also has elegant support for a centralised workflow (called &#8220;checkout&#8221;, <a href="http://bazaar-vcs.org/CheckoutTutorial" rel="nofollow">http://bazaar-vcs.org/CheckoutTutorial</a>) that can be easily switched to and from distributed mode so you&#8217;re not stranded if you don&#8217;t have access to the central repository.</p>
<p>I highly recommend you consider Bazaar when it comes time to look again at a distributed VCS. (As a bonus for you, it&#8217;s written entirely in Python <img src='http://third-bit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wolever</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1903</link>
		<dc:creator>David Wolever</dc:creator>
		<pubDate>Sat, 05 Jul 2008 23:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1903</guid>
		<description>I&#039;ve got to adimt that I&#039;m finally on your side here Greg.  There are a few reasons (especially #4), but this quote was what finally made me change my mind:
“It’s great! If I want to implement a new feature, I don’t need to have commit access at all. I have my own private copy of the repository, so I can write the whole thing by myself.&quot;
From this post: http://blog.red-bean.com/sussman/?p=20

In related news, now that SVN 1.5 (complete with merge tracking) is out, one of the biggest reasons to use DVCSs (merging doesn&#039;t suck) is gone, so we&#039;ll see what happens... Who knows, maybe some smart professors *cough*cough* will even teach there students how to use it well?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got to adimt that I&#8217;m finally on your side here Greg.  There are a few reasons (especially #4), but this quote was what finally made me change my mind:<br />
“It’s great! If I want to implement a new feature, I don’t need to have commit access at all. I have my own private copy of the repository, so I can write the whole thing by myself.&#8221;<br />
From this post: <a href="http://blog.red-bean.com/sussman/?p=20" rel="nofollow">http://blog.red-bean.com/sussman/?p=20</a></p>
<p>In related news, now that SVN 1.5 (complete with merge tracking) is out, one of the biggest reasons to use DVCSs (merging doesn&#8217;t suck) is gone, so we&#8217;ll see what happens&#8230; Who knows, maybe some smart professors *cough*cough* will even teach there students how to use it well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1902</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 05 Jul 2008 22:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1902</guid>
		<description>Don&#039;t buy the hype, RoR has not grown by &quot;leaps and bounds&quot;.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t buy the hype, RoR has not grown by &#8220;leaps and bounds&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ionel</title>
		<link>http://third-bit.com/blog/archives/1648.html#comment-1901</link>
		<dc:creator>ionel</dc:creator>
		<pubDate>Sat, 05 Jul 2008 21:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1648.html#comment-1901</guid>
		<description>you can&#039;t really place a bet after the race =]</description>
		<content:encoded><![CDATA[<p>you can&#8217;t really place a bet after the race =]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

