<?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: Remove a project from subversion control</title>
	<atom:link href="http://blog.alastairdawson.com/2007/06/07/remove-a-project-from-subversion-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alastairdawson.com/2007/06/07/remove-a-project-from-subversion-control/</link>
	<description>Let us toast your non-idiocy</description>
	<lastBuildDate>Wed, 20 Jul 2011 10:41:56 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: K. Adam Christensen</title>
		<link>http://blog.alastairdawson.com/2007/06/07/remove-a-project-from-subversion-control/comment-page-1/#comment-488</link>
		<dc:creator>K. Adam Christensen</dc:creator>
		<pubDate>Fri, 08 Jun 2007 13:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/#comment-488</guid>
		<description>@Aaron:  Personally, I like doing the piping because before I run the &lt;code&gt;rm&lt;/code&gt;, I want to make sure that I am deleting the right stuff first.</description>
		<content:encoded><![CDATA[<p>@Aaron:  Personally, I like doing the piping because before I run the <code>rm</code>, I want to make sure that I am deleting the right stuff first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Schaefer</title>
		<link>http://blog.alastairdawson.com/2007/06/07/remove-a-project-from-subversion-control/comment-page-1/#comment-487</link>
		<dc:creator>Aaron Schaefer</dc:creator>
		<pubDate>Thu, 07 Jun 2007 21:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/#comment-487</guid>
		<description>I&#039;m not exactly sure why people do it, but I often see piping to xargs when it probably isn&#039;t necessary.  Why not just use the -exec functionality of find to do the same thing?

&lt;code&gt;find . -name .svn -exec rm -rf {} \;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m not exactly sure why people do it, but I often see piping to xargs when it probably isn&#8217;t necessary.  Why not just use the -exec functionality of find to do the same thing?</p>
<p><code>find . -name .svn -exec rm -rf {} \;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phill Kenoyer</title>
		<link>http://blog.alastairdawson.com/2007/06/07/remove-a-project-from-subversion-control/comment-page-1/#comment-486</link>
		<dc:creator>Phill Kenoyer</dc:creator>
		<pubDate>Thu, 07 Jun 2007 18:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/#comment-486</guid>
		<description>Wouldn&#039;t it be easier to just export it?

$ svn export file:///tmp/repos project</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t it be easier to just export it?</p>
<p>$ svn export file:///tmp/repos project</p>
]]></content:encoded>
	</item>
</channel>
</rss>

