<?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 for djwonk</title>
	<atom:link href="http://djwonk.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://djwonk.com/blog</link>
	<description>software development + public policy</description>
	<lastBuildDate>Mon, 05 Apr 2010 17:44:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Cleanly import svn repository into git by Jeremy</title>
		<link>http://djwonk.com/blog/2008/05/09/cleanly-import-svn-repository-into-git/comment-page-1/#comment-251</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Mon, 05 Apr 2010 17:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=5#comment-251</guid>
		<description>This does not work on my iPad. YOU WRITE TERRIBLE BLOG POSTS!</description>
		<content:encoded><![CDATA[<p>This does not work on my iPad. YOU WRITE TERRIBLE BLOG POSTS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cleanly import svn repository into git by Git Cheat Sheet &#8211; Matt Rude</title>
		<link>http://djwonk.com/blog/2008/05/09/cleanly-import-svn-repository-into-git/comment-page-1/#comment-250</link>
		<dc:creator>Git Cheat Sheet &#8211; Matt Rude</dc:creator>
		<pubDate>Sat, 20 Mar 2010 18:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=5#comment-250</guid>
		<description>[...] http://djwonk.com/blog/2008/05/09/cleanly-import-svn-repository-into-git/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://djwonk.com/blog/2008/05/09/cleanly-import-svn-repository-into-git/" rel="nofollow">http://djwonk.com/blog/2008/05/09/cleanly-import-svn-repository-into-git/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cleanly import svn repository into git by neill</title>
		<link>http://djwonk.com/blog/2008/05/09/cleanly-import-svn-repository-into-git/comment-page-1/#comment-249</link>
		<dc:creator>neill</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=5#comment-249</guid>
		<description>Ignore the Jeremy bit on the last post - but keep Click170 on (sorry Jeremy - read your post too quickly!)</description>
		<content:encoded><![CDATA[<p>Ignore the Jeremy bit on the last post &#8211; but keep Click170 on (sorry Jeremy &#8211; read your post too quickly!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cleanly import svn repository into git by neill</title>
		<link>http://djwonk.com/blog/2008/05/09/cleanly-import-svn-repository-into-git/comment-page-1/#comment-248</link>
		<dc:creator>neill</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=5#comment-248</guid>
		<description>Well ignoring Click170 and Jeremy completely (seriously - take a bit of responsibility guys for educating yourselves. He didn&#039;t mention you needed linux either - or git - or several other steps like knowing how to use bash). Just to say thanks for this - I&#039;d spent quite a long time trying to get git-svnimport to work and couldn&#039;t - this worked like a charm! Thanks!</description>
		<content:encoded><![CDATA[<p>Well ignoring Click170 and Jeremy completely (seriously &#8211; take a bit of responsibility guys for educating yourselves. He didn&#8217;t mention you needed linux either &#8211; or git &#8211; or several other steps like knowing how to use bash). Just to say thanks for this &#8211; I&#8217;d spent quite a long time trying to get git-svnimport to work and couldn&#8217;t &#8211; this worked like a charm! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Improving attr_accessible by Thomas Glasgow</title>
		<link>http://djwonk.com/blog/2008/05/23/improving-attr_accessible/comment-page-1/#comment-247</link>
		<dc:creator>Thomas Glasgow</dc:creator>
		<pubDate>Fri, 26 Feb 2010 18:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=21#comment-247</guid>
		<description>Yes me to I believe the same about attr_accessible. It&#039;s highly painful in tests to set each attributes to its value.</description>
		<content:encoded><![CDATA[<p>Yes me to I believe the same about attr_accessible. It&#8217;s highly painful in tests to set each attributes to its value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Haml: stray whitespace in textarea by Paul</title>
		<link>http://djwonk.com/blog/2008/05/16/haml-stray-whitespace-in-textarea/comment-page-1/#comment-246</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 22 Feb 2010 05:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=14#comment-246</guid>
		<description>The current way to handle this is to use &quot;~&quot; instead of &quot;=&quot;. It would look like this:

%label{:for =&gt; “goal_description”} Description:
~ form.text_area :description, :rows =&gt; 8, :cols =&gt; 60</description>
		<content:encoded><![CDATA[<p>The current way to handle this is to use &#8220;~&#8221; instead of &#8220;=&#8221;. It would look like this:</p>
<p>%label{:for =&gt; “goal_description”} Description:<br />
~ form.text_area :description, :rows =&gt; 8, :cols =&gt; 60</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracking Remote Git Branches by git Cheatsheet &#124; Ankit Ahuja</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-245</link>
		<dc:creator>git Cheatsheet &#124; Ankit Ahuja</dc:creator>
		<pubDate>Mon, 01 Feb 2010 11:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-245</guid>
		<description>[...] Alternative methods listed here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Alternative methods listed here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracking Remote Git Branches by kellyp</title>
		<link>http://djwonk.com/blog/2009/04/18/tracking-remote-git-branches/comment-page-1/#comment-241</link>
		<dc:creator>kellyp</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=121#comment-241</guid>
		<description>Thanks for the super awesome post!  They should try and make it a little more difficult to create a remote branch.</description>
		<content:encoded><![CDATA[<p>Thanks for the super awesome post!  They should try and make it a little more difficult to create a remote branch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cleanly import svn repository into git by Bob</title>
		<link>http://djwonk.com/blog/2008/05/09/cleanly-import-svn-repository-into-git/comment-page-1/#comment-232</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=5#comment-232</guid>
		<description>seriously what the hell.
ever tried &quot;git help&quot; ? you will probably find that the 170 different commands mostly merged from &quot;git-something&quot; into &quot;git something&quot;.

Do i need 0.02 $ for this? where do i get those?</description>
		<content:encoded><![CDATA[<p>seriously what the hell.<br />
ever tried &#8220;git help&#8221; ? you will probably find that the 170 different commands mostly merged from &#8220;git-something&#8221; into &#8220;git something&#8221;.</p>
<p>Do i need 0.02 $ for this? where do i get those?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Broken == in MongoMapper by David</title>
		<link>http://djwonk.com/blog/2009/10/21/broken-equality-in-mongomapper/comment-page-1/#comment-226</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 21 Oct 2009 22:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://djwonk.com/blog/?p=186#comment-226</guid>
		<description>Dan: Whoops! I fixed the typo. DataMapper behaves like I would expect, thanks!</description>
		<content:encoded><![CDATA[<p>Dan: Whoops! I fixed the typo. DataMapper behaves like I would expect, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.338 seconds -->
