<?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: Please drop SVN</title>
	<atom:link href="http://www.iovene.com/39/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iovene.com/39</link>
	<description>The thoughts of a computer programmer, open source supporter and free-thinker.</description>
	<lastBuildDate>Mon, 19 Jul 2010 23:38:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: David</title>
		<link>http://www.iovene.com/39#comment-12171</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 08 Mar 2008 10:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-12171</guid>
		<description>Sorry, I borked the url up in my post: http://porkrind.org/commit-patch</description>
		<content:encoded><![CDATA[<p>Sorry, I borked the url up in my post: <a href="http://porkrind.org/commit-patch" rel="nofollow">http://porkrind.org/commit-patch</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.iovene.com/39#comment-12170</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 08 Mar 2008 10:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-12170</guid>
		<description>You might check out commit-patch: it automates the process you describe. It doesn&#039;t support svn yet but it supports cvs, hg and darcs so svn support should be easy to add. .</description>
		<content:encoded><![CDATA[<p>You might check out commit-patch: it automates the process you describe. It doesn’t support svn yet but it supports cvs, hg and darcs so svn support should be easy to add. .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: House of Code</title>
		<link>http://www.iovene.com/39#comment-11981</link>
		<dc:creator>House of Code</dc:creator>
		<pubDate>Sat, 01 Mar 2008 20:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-11981</guid>
		<description>&lt;strong&gt;Subversion Obliterate, the forgotten feature...&lt;/strong&gt;

Subversion Obliterate has been a much wanted feature for many years now, yet it is not even planned or mentioned on the Subversion roadmap. Discussions have been going on and money has been waving, yet still no movement towards a concrete implementatio...</description>
		<content:encoded><![CDATA[<p><strong>Subversion Obliterate, the forgotten feature…</strong></p>
<p>Subversion Obliterate has been a much wanted feature for many years now, yet it is not even planned or mentioned on the Subversion roadmap. Discussions have been going on and money has been waving, yet still no movement towards a concrete implementatio…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salvatore Iovene</title>
		<link>http://www.iovene.com/39#comment-188</link>
		<dc:creator>Salvatore Iovene</dc:creator>
		<pubDate>Sun, 11 Mar 2007 09:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-188</guid>
		<description>@ BlogReader // comment #15

You&#039;re right, but just try darcs for 2 weeks. You can use it with snv at the same time, and then let me know :)</description>
		<content:encoded><![CDATA[<p>@ BlogReader // comment #15</p>
<p>You’re right, but just try darcs for 2 weeks. You can use it with snv at the same time, and then let me know <img src='http://www.iovene.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogReader</title>
		<link>http://www.iovene.com/39#comment-185</link>
		<dc:creator>BlogReader</dc:creator>
		<pubDate>Sun, 11 Mar 2007 05:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-185</guid>
		<description>Partial patches?  The way I operate is that I do a unit of work at a time.  So either it all goes in with a checkin or none of it does.  I do frequent checkins throughout the day, never lumping everything in at once.

Also by frequently checking in that avoids merge conflicts as everyone on the team is used to syncing up frequently.  For that reason I&#039;ll even check in code that partially fixes a problem (doesn&#039;t introduce more) just so that others can see the latest stuff.</description>
		<content:encoded><![CDATA[<p>Partial patches?  The way I operate is that I do a unit of work at a time.  So either it all goes in with a checkin or none of it does.  I do frequent checkins throughout the day, never lumping everything in at once.</p>
<p>Also by frequently checking in that avoids merge conflicts as everyone on the team is used to syncing up frequently.  For that reason I’ll even check in code that partially fixes a problem (doesn’t introduce more) just so that others can see the latest stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salvatore Iovene &#187; 5 SVN best practices</title>
		<link>http://www.iovene.com/39#comment-86</link>
		<dc:creator>Salvatore Iovene &#187; 5 SVN best practices</dc:creator>
		<pubDate>Fri, 16 Feb 2007 20:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-86</guid>
		<description>[...] Versioning systems like CVS, SVN or Darcs are very important tools, that no serious programmers can omit to use. If you started a project without using any versioning tools, I really recommend that you start using one immediately; but I&#8217;m not discussing this right now. I would like to point your attention to some best practices that I recommend when working in a team. [...]</description>
		<content:encoded><![CDATA[<p>[…] Versioning systems like CVS, SVN or Darcs are very important tools, that no serious programmers can omit to use. If you started a project without using any versioning tools, I really recommend that you start using one immediately; but I’m not discussing this right now. I would like to point your attention to some best practices that I recommend when working in a team. […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salvatore Iovene</title>
		<link>http://www.iovene.com/39#comment-73</link>
		<dc:creator>Salvatore Iovene</dc:creator>
		<pubDate>Tue, 13 Feb 2007 10:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-73</guid>
		<description>Mike, that may not be *that* complicated, but it&#039;s an hassle that darcs doesn&#039;t give you. You must admit that you&#039;re a bit of a particular user, to say the least :)</description>
		<content:encoded><![CDATA[<p>Mike, that may not be *that* complicated, but it’s an hassle that darcs doesn’t give you. You must admit that you’re a bit of a particular user, to say the least <img src='http://www.iovene.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.iovene.com/39#comment-72</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 13 Feb 2007 01:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-72</guid>
		<description>That&#039;s a nice feature but honestly, it doesn&#039;t help my life enough to make me switch. I typically just write out the diff to a file and open it with (my already running) emacs, reverse direction and apply the hunks I don&#039;t want anymore.

That probably sounds more complicated than it is. I live in emacs, anyhow. :-)</description>
		<content:encoded><![CDATA[<p>That’s a nice feature but honestly, it doesn’t help my life enough to make me switch. I typically just write out the diff to a file and open it with (my already running) emacs, reverse direction and apply the hunks I don’t want anymore.</p>
<p>That probably sounds more complicated than it is. I live in emacs, anyhow. <img src='http://www.iovene.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anony</title>
		<link>http://www.iovene.com/39#comment-66</link>
		<dc:creator>anony</dc:creator>
		<pubDate>Fri, 09 Feb 2007 14:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-66</guid>
		<description>straw man</description>
		<content:encoded><![CDATA[<p>straw man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Pang</title>
		<link>http://www.iovene.com/39#comment-65</link>
		<dc:creator>Andre Pang</dc:creator>
		<pubDate>Fri, 09 Feb 2007 05:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.iovene.com/please-drop-svn/#comment-65</guid>
		<description>Seems that the link to svk got eaten in my last post.  It&#039;s http://bestpractical.typepad.com/worst_impractical/2007/01/svk_20_is_bette.html</description>
		<content:encoded><![CDATA[<p>Seems that the link to svk got eaten in my last post.  It’s <a href="http://bestpractical.typepad.com/worst_impractical/2007/01/svk_20_is_bette.html" rel="nofollow">http://bestpractical.typepad.com/worst_impractical/2007/01/svk_20_is_bette.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
