<?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: Unix Command To Remove Subversion .svn Directories</title>
	<atom:link href="http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/feed/" rel="self" type="application/rss+xml" />
	<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/</link>
	<description>devnulled provides news, tips, resources, and articles about various topics that software developers and engineers enjoy.</description>
	<pubDate>Wed, 19 Nov 2008 18:26:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Cómo borrar recursivamente todos los subdirectorios .svn &#124; Lobo tuerto</title>
		<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/#comment-459138</link>
		<dc:creator>Cómo borrar recursivamente todos los subdirectorios .svn &#124; Lobo tuerto</dc:creator>
		<pubDate>Mon, 28 Apr 2008 23:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/?p=479#comment-459138</guid>
		<description>[...] Recursively delete .svn directories Unix Command To Remove Subversion .svn Directories Recursively remove all .svn [...]</description>
		<content:encoded><![CDATA[<p>[...] Recursively delete .svn directories Unix Command To Remove Subversion .svn Directories Recursively remove all .svn [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: House of Code</title>
		<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/#comment-397451</link>
		<dc:creator>House of Code</dc:creator>
		<pubDate>Sat, 01 Mar 2008 20:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/?p=479#comment-397451</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&#8230;</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&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Harper</title>
		<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/#comment-366957</link>
		<dc:creator>Brandon Harper</dc:creator>
		<pubDate>Tue, 29 Jan 2008 07:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/?p=479#comment-366957</guid>
		<description>Tim,

Yes, I agree, I still use this one all the time.  Usually to clean-up code when I need to check it in but it's been copied from another svn repo (like when merging new code in a branch into trunk, etc).</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>Yes, I agree, I still use this one all the time.  Usually to clean-up code when I need to check it in but it&#8217;s been copied from another svn repo (like when merging new code in a branch into trunk, etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Scollick</title>
		<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/#comment-366764</link>
		<dc:creator>Tim Scollick</dc:creator>
		<pubDate>Tue, 29 Jan 2008 03:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/?p=479#comment-366764</guid>
		<description>Brandon,

Don't listen to them.  This is a great trick!  

I didn't know about export either (but will never make that mistake again).  This saved me a lot of trouble.

Thanks!


Tim</description>
		<content:encoded><![CDATA[<p>Brandon,</p>
<p>Don&#8217;t listen to them.  This is a great trick!  </p>
<p>I didn&#8217;t know about export either (but will never make that mistake again).  This saved me a lot of trouble.</p>
<p>Thanks!</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Harper</title>
		<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/#comment-9733</link>
		<dc:creator>Brandon Harper</dc:creator>
		<pubDate>Fri, 14 Oct 2005 05:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/?p=479#comment-9733</guid>
		<description>Right.. I already use that in the Ant task I usually use to pull stuff from svn, doh.

I got all geeked-out about figuring out a way to do delete the .svn directories via a command and forgot about export.  :)</description>
		<content:encoded><![CDATA[<p>Right.. I already use that in the Ant task I usually use to pull stuff from svn, doh.</p>
<p>I got all geeked-out about figuring out a way to do delete the .svn directories via a command and forgot about export.  <img src='http://devnulled.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Freitag</title>
		<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/#comment-9732</link>
		<dc:creator>Pete Freitag</dc:creator>
		<pubDate>Fri, 14 Oct 2005 05:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/?p=479#comment-9732</guid>
		<description>Brandon, you can use &lt;code&gt;svn export&lt;/code&gt; to checkout the code when you don't intend to check it back in. It just grabs the files for you.</description>
		<content:encoded><![CDATA[<p>Brandon, you can use <code>svn export</code> to checkout the code when you don&#8217;t intend to check it back in. It just grabs the files for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Rittler</title>
		<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/#comment-9730</link>
		<dc:creator>Steve Rittler</dc:creator>
		<pubDate>Fri, 14 Oct 2005 01:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/?p=479#comment-9730</guid>
		<description>Couldn't you have done a "svn export" instead of a checkout?  Sounds like you wanted to look, not so much actually work on the code...that would have been sufficient (i think!) to drop the .svn folders and such.</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t you have done a &#8220;svn export&#8221; instead of a checkout?  Sounds like you wanted to look, not so much actually work on the code&#8230;that would have been sufficient (i think!) to drop the .svn folders and such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Harper</title>
		<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/#comment-9729</link>
		<dc:creator>Brandon Harper</dc:creator>
		<pubDate>Fri, 14 Oct 2005 01:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/?p=479#comment-9729</guid>
		<description>At the moment, no, as I refuse to pay so much for software licensing for a personal site when PHP, Java, Python, Ruby, et al are free.

However, it's not really that hard to do as long as you know FreeBSD fairly well.</description>
		<content:encoded><![CDATA[<p>At the moment, no, as I refuse to pay so much for software licensing for a personal site when PHP, Java, Python, Ruby, et al are free.</p>
<p>However, it&#8217;s not really that hard to do as long as you know FreeBSD fairly well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infused</title>
		<link>http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-svn-directories/#comment-9726</link>
		<dc:creator>infused</dc:creator>
		<pubDate>Fri, 14 Oct 2005 01:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/?p=479#comment-9726</guid>
		<description>Do you have CF running on FreeBSD???</description>
		<content:encoded><![CDATA[<p>Do you have CF running on FreeBSD???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
