<?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: Deleting .svn files on OSX</title>
	<atom:link href="http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/</link>
	<description>Actionscript Games, Physics and Papervision3D</description>
	<lastBuildDate>Thu, 09 Sep 2010 09:07:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jacob</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-3006</link>
		<dc:creator>jacob</dc:creator>
		<pubDate>Fri, 09 Apr 2010 10:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-3006</guid>
		<description>a friend of mine wrote this air app that will remove all svn files as well. http://dinopetrone.com/tidysvn/</description>
		<content:encoded><![CDATA[<p>a friend of mine wrote this air app that will remove all svn files as well. <a href="http://dinopetrone.com/tidysvn/" rel="nofollow">http://dinopetrone.com/tidysvn/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Salvana</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-2702</link>
		<dc:creator>Ed Salvana</dc:creator>
		<pubDate>Fri, 26 Feb 2010 10:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-2702</guid>
		<description>I use this mighty handy tool called SVN Zapper: http://alexking.org/projects/svn-zapper. Drag and drop a folder onto it and it gets rid of all .svn files! :)</description>
		<content:encoded><![CDATA[<p>I use this mighty handy tool called SVN Zapper: <a href="http://alexking.org/projects/svn-zapper" rel="nofollow">http://alexking.org/projects/svn-zapper</a>. Drag and drop a folder onto it and it gets rid of all .svn files! <img src='http://sebleedelisle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Gueck</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-2676</link>
		<dc:creator>Mikael Gueck</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-2676</guid>
		<description>The xargs command line would be 

find . -name .svn -print0 &#124; xargs -0 -n 100 rm -rf

Also, the GNU find command also accepts the parameter &quot;-type d&quot; which only selects directories.</description>
		<content:encoded><![CDATA[<p>The xargs command line would be </p>
<p>find . -name .svn -print0 | xargs -0 -n 100 rm -rf</p>
<p>Also, the GNU find command also accepts the parameter &#8220;-type d&#8221; which only selects directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Lee-Delisle</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-2633</link>
		<dc:creator>Seb Lee-Delisle</dc:creator>
		<pubDate>Sun, 21 Feb 2010 19:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-2633</guid>
		<description>Thanks for the tip felix, I&#039;m trying it now :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip felix, I&#8217;m trying it now <img src='http://sebleedelisle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-2630</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Sat, 20 Feb 2010 21:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-2630</guid>
		<description>You might want to try Path Finder - a souped up Finder that has a &#039;show hidden files&#039; toggle amongst other thing (tabs!). http://www.cocoatech.com/</description>
		<content:encoded><![CDATA[<p>You might want to try Path Finder &#8211; a souped up Finder that has a &#8216;show hidden files&#8217; toggle amongst other thing (tabs!). <a href="http://www.cocoatech.com/" rel="nofollow">http://www.cocoatech.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Lee-Delisle</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-2628</link>
		<dc:creator>Seb Lee-Delisle</dc:creator>
		<pubDate>Sat, 20 Feb 2010 18:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-2628</guid>
		<description>yeah that&#039;s true Matt, although I still often need to do this if I&#039;ve moved files around etc.</description>
		<content:encoded><![CDATA[<p>yeah that&#8217;s true Matt, although I still often need to do this if I&#8217;ve moved files around etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Hare</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-2627</link>
		<dc:creator>Matthew Hare</dc:creator>
		<pubDate>Sat, 20 Feb 2010 18:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-2627</guid>
		<description>With SVN, you can export a directory, or your entire project to another folder. This essentially gives you a copy of your project, without any SVN data attached/hidden.</description>
		<content:encoded><![CDATA[<p>With SVN, you can export a directory, or your entire project to another folder. This essentially gives you a copy of your project, without any SVN data attached/hidden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-2626</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-2626</guid>
		<description>Or use SVNUtil http://svnutil.riaforge.org/  written by my buddy Omar Gonzalez, which is an AIR app for doing the same thing.</description>
		<content:encoded><![CDATA[<p>Or use SVNUtil <a href="http://svnutil.riaforge.org/" rel="nofollow">http://svnutil.riaforge.org/</a>  written by my buddy Omar Gonzalez, which is an AIR app for doing the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Lee-Delisle</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-2625</link>
		<dc:creator>Seb Lee-Delisle</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-2625</guid>
		<description>ah that definitely would be the problem - thanks Mikael! So would an xargs version be : 

find ./ -name “.svn” -print0 &#124; xargs -0 rm -Rf -n 100

?</description>
		<content:encoded><![CDATA[<p>ah that definitely would be the problem &#8211; thanks Mikael! So would an xargs version be : </p>
<p>find ./ -name “.svn” -print0 | xargs -0 rm -Rf -n 100</p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Gueck</title>
		<link>http://sebleedelisle.com/2010/02/deleting-svn-files-on-osx/comment-page-1/#comment-2624</link>
		<dc:creator>Mikael Gueck</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://sebleedelisle.com/?p=882#comment-2624</guid>
		<description>Sometimes when your project is large enough, it&#039;s possible to use find &#124; xargs in a way which overflows the maximum length of a single command line command. For these situations, xargs has a -n argument, which you can use, for example, to call a script which only accepts a single file name as an argument, by using the xargs argument -n 1. If your call to rm is overflowing, a reasonable argument would be -n 25.</description>
		<content:encoded><![CDATA[<p>Sometimes when your project is large enough, it&#8217;s possible to use find | xargs in a way which overflows the maximum length of a single command line command. For these situations, xargs has a -n argument, which you can use, for example, to call a script which only accepts a single file name as an argument, by using the xargs argument -n 1. If your call to rm is overflowing, a reasonable argument would be -n 25.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
