<?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>labs.leftcolumn.net &#187; svn</title>
	<atom:link href="http://labs.leftcolumn.net/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.leftcolumn.net</link>
	<description>Web Development from stem to stern</description>
	<lastBuildDate>Sat, 30 Jan 2010 20:06:52 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove old .svn files in an orphaned checked out project</title>
		<link>http://labs.leftcolumn.net/2009/10/remove-old-svn-files-in-a-checked-out-project/</link>
		<comments>http://labs.leftcolumn.net/2009/10/remove-old-svn-files-in-a-checked-out-project/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 10:58:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Subversion]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://labs.leftcolumn.net/?p=9</guid>
		<description><![CDATA[I recently found myself with a checked out Subversion project that was orphaned from its repository. I wanted to create a new repository and import the files there to start from scratch, but was stuck with thousands of .svn folders, all through the project. 
This is the best way I&#8217;ve found to remove all the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently found myself with a checked out Subversion project that was orphaned from its repository. I wanted to create a new repository and import the files there to start from scratch, but was stuck with thousands of .svn folders, all through the project. </p>
<p>This is the best way I&#8217;ve found to remove all the .svn folders and their contents. Once this is done the project should be just like a freshly-exported one. Obviously this works well for me on Mac OS 10.6 but use caution: operate on a copy first and check the results. </p>
<p><strong>Note: This should be blindingly obvious, but just to be totally clear, you will not be able to check this project into the repository it was checked out from after you do this.</strong></p>
<p>Just run this in Terminal.app:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cd [/path/to/my_orphaned_project]<br />
find ./ -name .svn -exec rm -rf {} \;</div></div>
<p>Hopefully this is of use to someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.leftcolumn.net/2009/10/remove-old-svn-files-in-a-checked-out-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

