<?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/"
	xmlns:series="http://organizeseries.com/"
		>
<channel>
	<title>Comments on: Git Versus Subversion: A Reconsideration</title>
	<atom:link href="http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=git-versus-subversion-a-reconsideration</link>
	<description>The personal blog of Brandon Savage. Contains entries of a personal and professional nature focusing on PHP, Apple, LAMP, MySQL and Washington, DC.</description>
	<lastBuildDate>Wed, 15 May 2013 14:54:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2-alpha</generator>
	<item>
		<title>By: Pjerky</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3326</link>
		<dc:creator>Pjerky</dc:creator>
		<pubDate>Sun, 18 Apr 2010 09:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3326</guid>
		<description><![CDATA[I have used both and I can see the benefit of both, but into Git learns to play well with Windows (especially the GUI interfaces) and other non-Linux OSes there will probably not be wide adoption of this. Subversion&#039;s cross-platform compatibility and its age and refinement are its strengths that will keep it firmly in the cross-hairs of businesses everywhere that rely on Windows for day to day operations.

I have found that working with Git is very very frustrating when doing it within Windows, which is why I use VMware player running Ubuntu to deal with Git repositories.]]></description>
		<content:encoded><![CDATA[<p>I have used both and I can see the benefit of both, but into Git learns to play well with Windows (especially the GUI interfaces) and other non-Linux OSes there will probably not be wide adoption of this. Subversion&#8217;s cross-platform compatibility and its age and refinement are its strengths that will keep it firmly in the cross-hairs of businesses everywhere that rely on Windows for day to day operations.</p>
<p>I have found that working with Git is very very frustrating when doing it within Windows, which is why I use VMware player running Ubuntu to deal with Git repositories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Cox</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3278</link>
		<dc:creator>Stephen Cox</dc:creator>
		<pubDate>Tue, 13 Apr 2010 18:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3278</guid>
		<description><![CDATA[You know, I once said I &#039;rarely used SVN (or any source control) for small projects&#039;. But I&#039;ve changed my mind. Now I use it for everything.. even documentation.]]></description>
		<content:encoded><![CDATA[<p>You know, I once said I &#8216;rarely used SVN (or any source control) for small projects&#8217;. But I&#8217;ve changed my mind. Now I use it for everything.. even documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan H. Wage</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3254</link>
		<dc:creator>Jonathan H. Wage</dc:creator>
		<pubDate>Mon, 12 Apr 2010 00:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3254</guid>
		<description><![CDATA[Knowing how git works internally really helped me understand the difference between git and SVN lots better and ultimately fall in love with git. At #sflive2010 Scott Chacon from github gave us a git training and it was very interesting for him to explain to us how things worked.]]></description>
		<content:encoded><![CDATA[<p>Knowing how git works internally really helped me understand the difference between git and SVN lots better and ultimately fall in love with git. At #sflive2010 Scott Chacon from github gave us a git training and it was very interesting for him to explain to us how things worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3252</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 11 Apr 2010 12:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3252</guid>
		<description><![CDATA[You said &quot;in a corporate environment&quot;...and svn still rules there. Git is a no show.]]></description>
		<content:encoded><![CDATA[<p>You said &#8220;in a corporate environment&#8221;&#8230;and svn still rules there. Git is a no show.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman Radtke</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3246</link>
		<dc:creator>Herman Radtke</dc:creator>
		<pubDate>Sat, 10 Apr 2010 22:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3246</guid>
		<description><![CDATA[Switching between branches forces me to recompile the entire application when using git.  With svn, I have a separate directory for each branch.  Now I could write some script that performs some magic to get around this problem, but it is not a generic solution.]]></description>
		<content:encoded><![CDATA[<p>Switching between branches forces me to recompile the entire application when using git.  With svn, I have a separate directory for each branch.  Now I could write some script that performs some magic to get around this problem, but it is not a generic solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Brosser</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3244</link>
		<dc:creator>Steve Brosser</dc:creator>
		<pubDate>Sat, 10 Apr 2010 18:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3244</guid>
		<description><![CDATA[Johannes -

If you need to commit before you build and test, you&#039;ve got bigger problems that can be solved by version control systems. I suggest you manage your own institution&#039;s problems before you blame them on a version control system, distributed or otherwise.]]></description>
		<content:encoded><![CDATA[<p>Johannes -</p>
<p>If you need to commit before you build and test, you&#8217;ve got bigger problems that can be solved by version control systems. I suggest you manage your own institution&#8217;s problems before you blame them on a version control system, distributed or otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Brosser</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3243</link>
		<dc:creator>Steve Brosser</dc:creator>
		<pubDate>Sat, 10 Apr 2010 18:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3243</guid>
		<description><![CDATA[Carlos -

Of course we&#039;ve all seen that. And Joel is dead wrong. We&#039;d comment on Joel&#039;s blog to point that out that he&#039;s wrong, but he doesn&#039;t allow comments. 

Quod erat demonstrandum.]]></description>
		<content:encoded><![CDATA[<p>Carlos -</p>
<p>Of course we&#8217;ve all seen that. And Joel is dead wrong. We&#8217;d comment on Joel&#8217;s blog to point that out that he&#8217;s wrong, but he doesn&#8217;t allow comments. </p>
<p>Quod erat demonstrandum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3235</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Sat, 10 Apr 2010 09:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3235</guid>
		<description><![CDATA[Herman, why shouldn&#039;t a distributed system work with a &quot;compiled language&quot;? for me it makes even more sense as I more likely have to test on different configurations/systems/platforms and the general edit code -&gt;build -&gt; test circle takes longer which makes local, nonpublic,commits way more useful.]]></description>
		<content:encoded><![CDATA[<p>Herman, why shouldn&#8217;t a distributed system work with a &#8220;compiled language&#8221;? for me it makes even more sense as I more likely have to test on different configurations/systems/platforms and the general edit code -&gt;build -&gt; test circle takes longer which makes local, nonpublic,commits way more useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman Radtke</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3230</link>
		<dc:creator>Herman Radtke</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3230</guid>
		<description><![CDATA[Brandon: That makes more sense.  Thanks for keeping the comments clean.  I enjoy reading both your posts and the responses.]]></description>
		<content:encoded><![CDATA[<p>Brandon: That makes more sense.  Thanks for keeping the comments clean.  I enjoy reading both your posts and the responses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Savage</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3229</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3229</guid>
		<description><![CDATA[Carlos of course I&#039;ve seen that. Good work from Joel. And Herman, be aware I don&#039;t post EVERY comment that&#039;s submitted. I post any that aren&#039;t offensive or blatant attacks. ]]></description>
		<content:encoded><![CDATA[<p>Carlos of course I&#8217;ve seen that. Good work from Joel. And Herman, be aware I don&#8217;t post EVERY comment that&#8217;s submitted. I post any that aren&#8217;t offensive or blatant attacks. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Aguado</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3228</link>
		<dc:creator>Carlos Aguado</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3228</guid>
		<description><![CDATA[Hi Brandon,

I guess you already know this: http://www.joelonsoftware.com/items/2010/03/17.html

If not, I suggest you take a look to it...  ;-)]]></description>
		<content:encoded><![CDATA[<p>Hi Brandon,</p>
<p>I guess you already know this: <a href="http://www.joelonsoftware.com/items/2010/03/17.html" rel="nofollow">http://www.joelonsoftware.com/items/2010/03/17.html</a></p>
<p>If not, I suggest you take a look to it&#8230;  ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman Radtke</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3227</link>
		<dc:creator>Herman Radtke</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3227</guid>
		<description><![CDATA[I have a hard time using git with compiled languages and prefer svn instead.  I mentioned this on the php internals list.  Maybe I should ask Travis if he has any ideas to resolve the issues I have.

On a side note:
Flamed?  Some of your posts are intentionally controversial, so you should expect passionate responses.  I just skimmed through the replies and did not notice any personal attacks or name calling.  Hardly flames, just strong opinions.]]></description>
		<content:encoded><![CDATA[<p>I have a hard time using git with compiled languages and prefer svn instead.  I mentioned this on the php internals list.  Maybe I should ask Travis if he has any ideas to resolve the issues I have.</p>
<p>On a side note:<br />
Flamed?  Some of your posts are intentionally controversial, so you should expect passionate responses.  I just skimmed through the replies and did not notice any personal attacks or name calling.  Hardly flames, just strong opinions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Savage</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3226</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Fri, 09 Apr 2010 16:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3226</guid>
		<description><![CDATA[Al, not a flip-flop, but a learning process. I&#039;m pretty sure that for some of the guys writing Subversion today you can find them extolling the virtues of CVS at one point; now they&#039;ve moved on.

Developers change over time, like most people. In this case the change was much faster than others, but still a change of the mind, not a flip flop.]]></description>
		<content:encoded><![CDATA[<p>Al, not a flip-flop, but a learning process. I&#8217;m pretty sure that for some of the guys writing Subversion today you can find them extolling the virtues of CVS at one point; now they&#8217;ve moved on.</p>
<p>Developers change over time, like most people. In this case the change was much faster than others, but still a change of the mind, not a flip flop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3225</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Fri, 09 Apr 2010 15:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3225</guid>
		<description><![CDATA[If you look in the corporate world you can&#039;t stop at Subversion or git. Many companies use commercial systems like BitKeeper (which made big influence on git&#039;s design) or perforce (which is cvs/svn like in some ways). IBM provides ClearCase. In the &quot;Windows world&quot; there&#039;s Visual Source Safe quite often used. All of them provide some &quot;corporate features&quot; the other systems can&#039;t provide. And all of them are heavily used in larger corporations. SCM - Software configuration management is more than jsut version control of (code) files.

It is likely that many corporations will choose a two tier process, where a central main repository in a proven VCS exists, probably with a support contract somewhere, but in my very personal opinion every &quot;sane&quot; developer will have a git clone locally available. This might be used to temporarily store work in progress or quickly browsing the history.]]></description>
		<content:encoded><![CDATA[<p>If you look in the corporate world you can&#8217;t stop at Subversion or git. Many companies use commercial systems like BitKeeper (which made big influence on git&#8217;s design) or perforce (which is cvs/svn like in some ways). IBM provides ClearCase. In the &#8220;Windows world&#8221; there&#8217;s Visual Source Safe quite often used. All of them provide some &#8220;corporate features&#8221; the other systems can&#8217;t provide. And all of them are heavily used in larger corporations. SCM &#8211; Software configuration management is more than jsut version control of (code) files.</p>
<p>It is likely that many corporations will choose a two tier process, where a central main repository in a proven VCS exists, probably with a support contract somewhere, but in my very personal opinion every &#8220;sane&#8221; developer will have a git clone locally available. This might be used to temporarily store work in progress or quickly browsing the history.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Kida</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comment-3224</link>
		<dc:creator>Al Kida</dc:creator>
		<pubDate>Fri, 09 Apr 2010 14:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254#comment-3224</guid>
		<description><![CDATA[When you start using another version control system (i.e., Mercurial), will say that it&#039;s better than Git?  This just feels like a flip-flop, IMO.]]></description>
		<content:encoded><![CDATA[<p>When you start using another version control system (i.e., Mercurial), will say that it&#8217;s better than Git?  This just feels like a flip-flop, IMO.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced (User agent is rejected)
Object Caching 642/660 objects using apc
Content Delivery Network via Amazon Web Services: S3: brandonsavage-net-files.s3.amazonaws.com

 Served from: www.brandonsavage.net @ 2013-05-21 22:41:51 by W3 Total Cache -->