<?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: Zealotry For Good And Evil</title>
	<atom:link href="http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<lastBuildDate>Wed, 17 Mar 2010 22:33:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marc Charbonneau</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149935</link>
		<dc:creator>Marc Charbonneau</dc:creator>
		<pubDate>Fri, 13 Mar 2009 00:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149935</guid>
		<description>It&#039;s funny, my experience as a single developer is pretty much completely the opposite. I wanted a version control system where I didn&#039;t have to use a client-server model, and didn&#039;t have all the drawbacks of SVN such as renaming. Git turned out to be more &quot;mac like&quot; from my point of view, even though I never really touch the advanced features.

In defense of Subversion, this was before all these awesome looking graphical SVN clients came out, and also before it had Xcode integration. With Github though I&#039;m still very happy with git, I can&#039;t see myself switching back to Subversion any time soon.</description>
		<content:encoded><![CDATA[<p>It&#8217;s funny, my experience as a single developer is pretty much completely the opposite. I wanted a version control system where I didn&#8217;t have to use a client-server model, and didn&#8217;t have all the drawbacks of SVN such as renaming. Git turned out to be more &#8220;mac like&#8221; from my point of view, even though I never really touch the advanced features.</p>
<p>In defense of Subversion, this was before all these awesome looking graphical SVN clients came out, and also before it had Xcode integration. With Github though I&#8217;m still very happy with git, I can&#8217;t see myself switching back to Subversion any time soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warren</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149932</link>
		<dc:creator>warren</dc:creator>
		<pubDate>Thu, 12 Mar 2009 17:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149932</guid>
		<description>There&#039;s no reason that two sequential common applications like commit and push could not be put into a single batch file. &quot;checkin.sh&quot; 

Warren</description>
		<content:encoded><![CDATA[<p>There&#8217;s no reason that two sequential common applications like commit and push could not be put into a single batch file. &#8220;checkin.sh&#8221; </p>
<p>Warren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DDA</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149924</link>
		<dc:creator>DDA</dc:creator>
		<pubDate>Thu, 12 Mar 2009 02:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149924</guid>
		<description>One problem with joining the zealots is that you get affected by any backlash against said zealots; the amount of &quot;I&#039;m not with those guys&quot; one has to do can get tiresome.

Note also that there are many times when a zealot getting things done isn&#039;t a good thing; &quot;if it ain&#039;t broke, don&#039;t fix it&quot; applies to a lot of what zealots want to fix.

I also believe that Brett could solve his issues with Subversion by enabling https access to his desktop repository; at the end of the coding day on the laptop, he just commits to that and he&#039;s done.</description>
		<content:encoded><![CDATA[<p>One problem with joining the zealots is that you get affected by any backlash against said zealots; the amount of &#8220;I&#8217;m not with those guys&#8221; one has to do can get tiresome.</p>
<p>Note also that there are many times when a zealot getting things done isn&#8217;t a good thing; &#8220;if it ain&#8217;t broke, don&#8217;t fix it&#8221; applies to a lot of what zealots want to fix.</p>
<p>I also believe that Brett could solve his issues with Subversion by enabling https access to his desktop repository; at the end of the coding day on the laptop, he just commits to that and he&#8217;s done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Madsen</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149923</link>
		<dc:creator>Steve Madsen</dc:creator>
		<pubDate>Thu, 12 Mar 2009 01:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149923</guid>
		<description>I&#039;m always suspicious of anything I hear the &quot;cool kids&quot; are using. Git is no different than many other things that fall into this group. It&#039;s good, if not great, for the things it was designed to do, but I can&#039;t say for sure because I (and, I&#039;ll venture, most people) don&#039;t need to do those things.

For me, Subversion fits the definition of how source control works. I had used CVS and similar systems for years. I don&#039;t want to spend my time worrying about whether or not my project history is perfect. If I can tag, branch, merge and get my code in and out, and the stuff I do every day is easy and fast, that&#039;s good enough. Git does lots of whizzy things, but they&#039;re mostly things I don&#039;t _need_ to do.

Git has one feature I like: it&#039;s nice to keep everything in one directory, repository and all, for short-term client projects that don&#039;t otherwise use source control. In these cases, it&#039;s nice to have a safety net, and just as nice when the project is complete to archive or delete that one directory. I don&#039;t want to clutter up an existing Subversion repository with these projects, nor do I want to spend the time to create dozens of short-lived repositories.</description>
		<content:encoded><![CDATA[<p>I&#8217;m always suspicious of anything I hear the &#8220;cool kids&#8221; are using. Git is no different than many other things that fall into this group. It&#8217;s good, if not great, for the things it was designed to do, but I can&#8217;t say for sure because I (and, I&#8217;ll venture, most people) don&#8217;t need to do those things.</p>
<p>For me, Subversion fits the definition of how source control works. I had used CVS and similar systems for years. I don&#8217;t want to spend my time worrying about whether or not my project history is perfect. If I can tag, branch, merge and get my code in and out, and the stuff I do every day is easy and fast, that&#8217;s good enough. Git does lots of whizzy things, but they&#8217;re mostly things I don&#8217;t _need_ to do.</p>
<p>Git has one feature I like: it&#8217;s nice to keep everything in one directory, repository and all, for short-term client projects that don&#8217;t otherwise use source control. In these cases, it&#8217;s nice to have a safety net, and just as nice when the project is complete to archive or delete that one directory. I don&#8217;t want to clutter up an existing Subversion repository with these projects, nor do I want to spend the time to create dozens of short-lived repositories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arw</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149920</link>
		<dc:creator>arw</dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149920</guid>
		<description>Long time Mac users such as myself have little tolerance for software having a poor user interface, i.e. anything made by Microsoft. This comes about not from zealotry, but rather years of working with software elegantly designed to foster a rich user experience. Most software written for the PC simply would fail if written for the Mac simply due to a poorly designed, often complex user interface—Mac users demand otherwise. That being said, it’s really difficult to present complex functionality in an elegant way, simple enough to get the job done without losing power and flexibility.</description>
		<content:encoded><![CDATA[<p>Long time Mac users such as myself have little tolerance for software having a poor user interface, i.e. anything made by Microsoft. This comes about not from zealotry, but rather years of working with software elegantly designed to foster a rich user experience. Most software written for the PC simply would fail if written for the Mac simply due to a poorly designed, often complex user interface—Mac users demand otherwise. That being said, it’s really difficult to present complex functionality in an elegant way, simple enough to get the job done without losing power and flexibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Sudarkoff</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149917</link>
		<dc:creator>George Sudarkoff</dc:creator>
		<pubDate>Wed, 11 Mar 2009 02:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149917</guid>
		<description>I&#039;ve two points. (1) I&#039;m pretty sure that Xcode integration will deliver Mac developers to git in droves zealotry notwithstanding. (2) Usability of any Unix-style CLI utility is in its superb fit for automation. It&#039;s foolish (to put it mildly) to complain about poor usability of awk, for example.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve two points. (1) I&#8217;m pretty sure that Xcode integration will deliver Mac developers to git in droves zealotry notwithstanding. (2) Usability of any Unix-style CLI utility is in its superb fit for automation. It&#8217;s foolish (to put it mildly) to complain about poor usability of awk, for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149914</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 11 Mar 2009 00:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149914</guid>
		<description>I haven&#039;t tried it yet, but there&#039;s easy git (eg), which aims to provide a simpler interface to the underlying functionality.   There are some other wrappers along this line of thinking. 
http://www.gnome.org/~newren/eg/</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried it yet, but there&#8217;s easy git (eg), which aims to provide a simpler interface to the underlying functionality.   There are some other wrappers along this line of thinking.<br />
<a href="http://www.gnome.org/~newren/eg/" rel="nofollow">http://www.gnome.org/~newren/eg/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foljs</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149913</link>
		<dc:creator>foljs</dc:creator>
		<pubDate>Tue, 10 Mar 2009 22:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149913</guid>
		<description>&lt;b&gt;What eventually got to him was the usability, or lack thereof, of the system. &lt;/b&gt;

Compared to what?

I mean, Git is so far ahead of SVN feature and usability use that it&#039;s not even funny.

Although it&#039;s not ahead usability wise in the sense that it&#039;s meticulously designed but in the sense &quot;Hey, I don&#039;t have to jump through 100 hoops to do this thing that should be simple&quot;.

We could do with Xcode integration and/or a nice GUI though (GitX is still not there).</description>
		<content:encoded><![CDATA[<p><b>What eventually got to him was the usability, or lack thereof, of the system. </b></p>
<p>Compared to what?</p>
<p>I mean, Git is so far ahead of SVN feature and usability use that it&#8217;s not even funny.</p>
<p>Although it&#8217;s not ahead usability wise in the sense that it&#8217;s meticulously designed but in the sense &#8220;Hey, I don&#8217;t have to jump through 100 hoops to do this thing that should be simple&#8221;.</p>
<p>We could do with Xcode integration and/or a nice GUI though (GitX is still not there).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charles</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149910</link>
		<dc:creator>charles</dc:creator>
		<pubDate>Tue, 10 Mar 2009 19:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149910</guid>
		<description>Eric Sink actually has a series of 2 posts about other aspects of git vs svn, see http://www.ericsink.com/entries/dvcs_dag_1.html</description>
		<content:encoded><![CDATA[<p>Eric Sink actually has a series of 2 posts about other aspects of git vs svn, see <a href="http://www.ericsink.com/entries/dvcs_dag_1.html" rel="nofollow">http://www.ericsink.com/entries/dvcs_dag_1.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Gretar Borgthorsson</title>
		<link>http://www.red-sweater.com/blog/757/zealotry-for-good-and-evil/comment-page-1#comment-149908</link>
		<dc:creator>Jon Gretar Borgthorsson</dc:creator>
		<pubDate>Tue, 10 Mar 2009 18:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=757#comment-149908</guid>
		<description>You should also check out GitX(http://gitx.frim.nl/). A very nice OS-X GUI for git usage.

Brent&#039;s experience seems to be in single developer project. And yes then there is this extra step of pushing the changes to the server after a long day of coding. But I feel the advantage of having actual branches gives me back that time quickly. However as soon as you have 2 developers on a project then git starts being easyer. And in a large open source project with 10 active developers and tons of patch committers then I couldn&#039;t imagine using Subversion. Git simply wins in that scenario no matter which way you look at it.

I really didn&#039;t like Git to begin with. Mostly because I saw Linus talk about it and he is a great bit dick when he talks about things. :) But after downloading a few screencasts I was sold.</description>
		<content:encoded><![CDATA[<p>You should also check out GitX(http://gitx.frim.nl/). A very nice OS-X GUI for git usage.</p>
<p>Brent&#8217;s experience seems to be in single developer project. And yes then there is this extra step of pushing the changes to the server after a long day of coding. But I feel the advantage of having actual branches gives me back that time quickly. However as soon as you have 2 developers on a project then git starts being easyer. And in a large open source project with 10 active developers and tons of patch committers then I couldn&#8217;t imagine using Subversion. Git simply wins in that scenario no matter which way you look at it.</p>
<p>I really didn&#8217;t like Git to begin with. Mostly because I saw Linus talk about it and he is a great bit dick when he talks about things. :) But after downloading a few screencasts I was sold.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
