<?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"
	>
<channel>
	<title>Comments on: 8 steps for fixing other people&#8217;s code</title>
	<atom:link href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<pubDate>Sun, 20 Jul 2008 08:50:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-76851</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Tue, 04 Mar 2008 22:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-76851</guid>
		<description>@Michael Klishin [&lt;a href='http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-76843' rel="nofollow"&gt;via&lt;/a&gt;] - I agree. Amongst the various projects I manage/contribute to the processes for contribution seem to vary. With Subversion there's really only one way to contribute but with git there various ways. Sometimes the projects will pull commits or whole branches, others will accept patches etc. I'm still not sure which method is best or what the pros/cons are for each option.

I guess the &lt;a href="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/" rel="nofollow"&gt;Using Git in Teams&lt;/a&gt; article was my initial attempt to throw around some ideas.

I also think there are cool tools coming out to make git easier to use etc. So perhaps those will drive a "best practise" for using git for contributions. Sites like github could also become the defacto standard for using git within a project. Interesting times :)</description>
		<content:encoded><![CDATA[<p>@Michael Klishin [<a href='http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-76843' rel="nofollow">via</a>] - I agree. Amongst the various projects I manage/contribute to the processes for contribution seem to vary. With Subversion there&#8217;s really only one way to contribute but with git there various ways. Sometimes the projects will pull commits or whole branches, others will accept patches etc. I&#8217;m still not sure which method is best or what the pros/cons are for each option.</p>
<p>I guess the <a href="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/" rel="nofollow">Using Git in Teams</a> article was my initial attempt to throw around some ideas.</p>
<p>I also think there are cool tools coming out to make git easier to use etc. So perhaps those will drive a &#8220;best practise&#8221; for using git for contributions. Sites like github could also become the defacto standard for using git within a project. Interesting times <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Klishin</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-76843</link>
		<dc:creator>Michael Klishin</dc:creator>
		<pubDate>Tue, 04 Mar 2008 22:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-76843</guid>
		<description>Dr. Nic,

I believe modern Ruby community is using Git and Subversion and Git adoption is huge. Maybe update the post? :)</description>
		<content:encoded><![CDATA[<p>Dr. Nic,</p>
<p>I believe modern Ruby community is using Git and Subversion and Git adoption is huge. Maybe update the post? <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Wood</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-72557</link>
		<dc:creator>Michael Wood</dc:creator>
		<pubDate>Sun, 20 Jan 2008 09:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-72557</guid>
		<description>In step 6 you say:

If there are any conflicts, go fix them and delete any helper files created by SVN.

I assume you mean the files that Subversion creates to help you fix up the conflict.  The way to clean up these files after resolving the conflict is to run:

$ svn resolved path/to/conflicted/file</description>
		<content:encoded><![CDATA[<p>In step 6 you say:</p>
<p>If there are any conflicts, go fix them and delete any helper files created by SVN.</p>
<p>I assume you mean the files that Subversion creates to help you fix up the conflict.  The way to clean up these files after resolving the conflict is to run:</p>
<p>$ svn resolved path/to/conflicted/file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Hobby is Programming &#187; 8 steps for fixing other people’s code</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-53032</link>
		<dc:creator>My Hobby is Programming &#187; 8 steps for fixing other people’s code</dc:creator>
		<pubDate>Fri, 02 Nov 2007 09:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-53032</guid>
		<description>[...] read more &#124; digg story [...]</description>
		<content:encoded><![CDATA[<p>[...] read more | digg story [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-09-15 &#8212; More Light! More Light!</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-45706</link>
		<dc:creator>links for 2007-09-15 &#8212; More Light! More Light!</dc:creator>
		<pubDate>Sat, 15 Sep 2007 06:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-45706</guid>
		<description>[...] Dr Nic » 8 steps for fixing other people’s code Before or after you’re sharing your own code as open-source, you might find yourself itching to fix someone else’s code. Here is how to do it. (tags: patch opensource programming reference rubyonrails ruby collaboration) [...]</description>
		<content:encoded><![CDATA[<p>[...] Dr Nic » 8 steps for fixing other people’s code Before or after you’re sharing your own code as open-source, you might find yourself itching to fix someone else’s code. Here is how to do it. (tags: patch opensource programming reference rubyonrails ruby collaboration) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-33793</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Fri, 22 Jun 2007 08:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-33793</guid>
		<description>Added &lt;a href="#8d-launchpad" rel="nofollow"&gt;8d&lt;/a&gt; for using LaunchPad Tracker, from Neil Wilson.</description>
		<content:encoded><![CDATA[<p>Added <a href="#8d-launchpad" rel="nofollow">8d</a> for using LaunchPad Tracker, from Neil Wilson.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren Seen &#187; Blog Archive &#187; links for 2007-06-02</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-32598</link>
		<dc:creator>Warren Seen &#187; Blog Archive &#187; links for 2007-06-02</dc:creator>
		<pubDate>Wed, 13 Jun 2007 08:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-32598</guid>
		<description>[...] Dr Nic » 8 steps for fixing other people’s code Fairly obvious to anyone who&#8217;s been using open source software for any length of time, but an excellent writeup. I feel like I should use the word codify here&#8230; (tags: programming) [...]</description>
		<content:encoded><![CDATA[<p>[...] Dr Nic » 8 steps for fixing other people’s code Fairly obvious to anyone who&#8217;s been using open source software for any length of time, but an excellent writeup. I feel like I should use the word codify here&#8230; (tags: programming) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard White</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-31692</link>
		<dc:creator>Richard White</dc:creator>
		<pubDate>Fri, 08 Jun 2007 01:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-31692</guid>
		<description>I'm forever honored to be associated with popping your OSS cherry :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m forever honored to be associated with popping your OSS cherry <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Programming and Management Blog &#187; Developer Links for 04/05/2007</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-30014</link>
		<dc:creator>The Programming and Management Blog &#187; Developer Links for 04/05/2007</dc:creator>
		<pubDate>Mon, 04 Jun 2007 19:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-30014</guid>
		<description>[...] Interesting post about fixing code in other peoples open source projects. 8 steps for fixing other people’s code [...]</description>
		<content:encoded><![CDATA[<p>[...] Interesting post about fixing code in other peoples open source projects. 8 steps for fixing other people’s code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-29216</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 03 Jun 2007 05:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#comment-29216</guid>
		<description>Excellent stuff, Dr. Nic.  I think it's hard for some of us to start contributing just because of the fear of the unknown, and this post helped me get a handle on things.  Thanks.</description>
		<content:encoded><![CDATA[<p>Excellent stuff, Dr. Nic.  I think it&#8217;s hard for some of us to start contributing just because of the fear of the unknown, and this post helped me get a handle on things.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
