<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Remove a project from subversion control</title>
	<link>http://blog.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/</link>
	<description>The Vixiom Blog :: Flex &#38; Flash on Rails</description>
	<pubDate>Tue,  2 Dec 2008 03:54:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: K. Adam Christensen</title>
		<link>http://blog.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/#comment-27239</link>
		<dc:creator>K. Adam Christensen</dc:creator>
		<pubDate>Fri, 08 Jun 2007 13:08:26 +0000</pubDate>
		<guid>http://blog.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/#comment-27239</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.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/#comment-27148</link>
		<dc:creator>Aaron Schaefer</dc:creator>
		<pubDate>Thu, 07 Jun 2007 21:50:08 +0000</pubDate>
		<guid>http://blog.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/#comment-27148</guid>
		<description>I'm not exactly sure why people do it, but I often see piping to xargs when it probably isn'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.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/#comment-27112</link>
		<dc:creator>Phill Kenoyer</dc:creator>
		<pubDate>Thu, 07 Jun 2007 18:23:24 +0000</pubDate>
		<guid>http://blog.vixiom.com/2007/06/07/remove-a-project-from-subversion-control/#comment-27112</guid>
		<description>Wouldn'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>
