<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>markomedia Blog Feed tagged SVN</title>
		<description>markomedia Blog Feed tagged SVN</description>
		<link>http://www.markomedia.com.au</link>
		<lastBuildDate>Thu, 09 Sep 2010 15:58:32 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Recursively remove .svn directories from your project</title>
			<link>http://www.markomedia.com.au/blog/recursively-remove-svn-directories-from-your-project.html</link>
			<description>&lt;p&gt;Occasionally I find .svn directories in my old projects that are not in Subversion.&amp;nbsp; The quickest way to recursively remove them is to run the following command:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;{xtypo_code}find . -name .svn -print0 | xargs -0 rm -rf{/xtypo_code}You need to cd into your project directory before running it.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;You can also run the command to quickly disconnect your project from Subversion.&lt;/p&gt;</description>
			<author>Marko Tomic</author>
			<pubDate>Fri, 20 Nov 2009 16:06:21 +0100</pubDate>
		<category>SVN</category>
 <category>Shell</category>
		</item>
	</channel>
</rss>
