<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Olle Jonsson&#039;s blog &#187; snippets</title>
	<atom:link href="http://ollehost.dk/blog/tag/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://ollehost.dk/blog</link>
	<description>A human weblog about Web technology and other ephemera</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:22:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Snippet: remove .svn directories</title>
		<link>http://ollehost.dk/blog/2006/08/27/snippet-remove-svn-directories/</link>
		<comments>http://ollehost.dk/blog/2006/08/27/snippet-remove-svn-directories/#comments</comments>
		<pubDate>Sun, 27 Aug 2006 07:25:08 +0000</pubDate>
		<dc:creator>Olle Jonsson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://olle.ter.dk/blog/?p=289</guid>
		<description><![CDATA[Snippet to recursively drop Subversion control of a directory. It removes the .svn directories, and their contents. find . -name ".svn" -exec rm -rf {} \; Credit: Zed Shaw, at the Mongrel mailing list. (Note to contemporary readers: Crazy old &#8230; <a href="http://ollehost.dk/blog/2006/08/27/snippet-remove-svn-directories/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Snippet to recursively drop Subversion control of a directory. It removes the .svn directories, and their contents.</p>
<p><code>  find . -name ".svn" -exec rm -rf {} \;</code></p>
<p>Credit: Zed Shaw, at the Mongrel mailing list.</p>
<p>(Note to contemporary readers: Crazy old info) Oh, and if you are using Mongrel, and need help with it, there is a new chatroom at <a href="http://www.lingr.com/room/3yXhqKbfPy8" title="Official help chatroom for Mongrel">http://www.lingr.com/room/3yXhqKbfPy8</a>, where Zed, the developer, hangs out.</p>
<p>[tags]unix,subversion,snippets[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://ollehost.dk/blog/2006/08/27/snippet-remove-svn-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

