<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Remove .svn Folders from the Project Directory</title>
	<link>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<pubDate>Thu, 04 Dec 2008 20:33:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Drew</title>
		<link>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-10614</link>
		<pubDate>Thu, 06 Nov 2008 22:29:50 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-10614</guid>
					<description>&lt;strong&gt;Thank you for this!&lt;/strong&gt;

I had a problem with SVN not wanting to "update".
To fix the problem all the .svn folders needed to be deleted, and export was not an option. Your method saved me hours of deleting folders in a cmd window.

Thank you again!
Drew - http://www.iportalx.net</description>
		<content:encoded><![CDATA[<p><strong>Thank you for this!</strong></p>
<p>I had a problem with SVN not wanting to &#8220;update&#8221;.<br />
To fix the problem all the .svn folders needed to be deleted, and export was not an option. Your method saved me hours of deleting folders in a cmd window.</p>
<p>Thank you again!<br />
Drew - <a href="http://www.iportalx.net" rel="nofollow">http://www.iportalx.net</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Samit</title>
		<link>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-9905</link>
		<pubDate>Tue, 19 Aug 2008 11:54:31 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-9905</guid>
					<description>Simply Press F3 and search for .svn ......
Just take care of three things:

1. Tool--Folder Option--View.......Make sure that Show hidden files and folder is true (By selecting the radio button)

2. While searching, go to Advance Option, and check the first 3 check boxes (1. Search System Folder, 2. Search Hidden files and folder 3. Seacrh subfolder

3. Press Search and delete the required svn folder.</description>
		<content:encoded><![CDATA[<p>Simply Press F3 and search for .svn &#8230;&#8230;<br />
Just take care of three things:</p>
<p>1. Tool&#8211;Folder Option&#8211;View&#8230;&#8230;.Make sure that Show hidden files and folder is true (By selecting the radio button)</p>
<p>2. While searching, go to Advance Option, and check the first 3 check boxes (1. Search System Folder, 2. Search Hidden files and folder 3. Seacrh subfolder</p>
<p>3. Press Search and delete the required svn folder.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Conor</title>
		<link>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-5251</link>
		<pubDate>Mon, 16 Jul 2007 17:06:14 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-5251</guid>
					<description>&#62; True but but export requires you to pull your code over the network 

svn export works on local directories as well "svn export ~/WorkingTrunk ~/CleanTrunk"</description>
		<content:encoded><![CDATA[<p>&gt; True but but export requires you to pull your code over the network </p>
<p>svn export works on local directories as well &#8220;svn export ~/WorkingTrunk ~/CleanTrunk&#8221;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke</title>
		<link>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4741</link>
		<pubDate>Sat, 09 Jun 2007 20:25:52 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4741</guid>
					<description>Yeah, either way is fine. What I wanted to do is to put a zip file with all the code on the project page, in case someone just wants to look at it but doesn't want to or know how to mess around with SVN.

So my first instinct was to make a copy of my work directory and delete the .svn files. I could have just exported from SVN but then I would be downloading all the code that I just checked in just so that I can zip it and upload it again.

Not that my connection is slow, but it just seemed like a pointless waste of bandwidth at the time. ;P</description>
		<content:encoded><![CDATA[<p>Yeah, either way is fine. What I wanted to do is to put a zip file with all the code on the project page, in case someone just wants to look at it but doesn&#8217;t want to or know how to mess around with SVN.</p>
<p>So my first instinct was to make a copy of my work directory and delete the .svn files. I could have just exported from SVN but then I would be downloading all the code that I just checked in just so that I can zip it and upload it again.</p>
<p>Not that my connection is slow, but it just seemed like a pointless waste of bandwidth at the time. ;P
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stephane</title>
		<link>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4740</link>
		<pubDate>Sat, 09 Jun 2007 13:39:12 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4740</guid>
					<description>right, but then you're own working copy is broken and next time you want to work on this project, you have to check it out of repository again ... same problem ?

Then I'd rather use tar to bundle your repository, using the --exclude not to archive the ".svn" directories... No network overhead, plus the extra bonus of making an easy to get, compressed archive... :-) (I feel like selling a hoover :D)

But alright, the point was to do this on Windows, so your registry hack does the job !</description>
		<content:encoded><![CDATA[<p>right, but then you&#8217;re own working copy is broken and next time you want to work on this project, you have to check it out of repository again &#8230; same problem ?</p>
<p>Then I&#8217;d rather use tar to bundle your repository, using the &#8211;exclude not to archive the &#8220;.svn&#8221; directories&#8230; No network overhead, plus the extra bonus of making an easy to get, compressed archive&#8230; <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt="-)" class="wp-smiley" />  (I feel like selling a hoover <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_biggrin.gif" alt="D" class="wp-smiley" /> )</p>
<p>But alright, the point was to do this on Windows, so your registry hack does the job !
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke</title>
		<link>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4739</link>
		<pubDate>Sat, 09 Jun 2007 06:15:40 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4739</guid>
					<description>True but but export requires you to pull your code over the network connection. Copying the repository locally and then removing the meta-data folder might be faster and more convenient.

Also, sometimes your work folder might contain files which would usually not be in the repository, but which you might want to archive or share - like binaries.</description>
		<content:encoded><![CDATA[<p>True but but export requires you to pull your code over the network connection. Copying the repository locally and then removing the meta-data folder might be faster and more convenient.</p>
<p>Also, sometimes your work folder might contain files which would usually not be in the repository, but which you might want to archive or share - like binaries.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stephane</title>
		<link>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4738</link>
		<pubDate>Sat, 09 Jun 2007 06:07:28 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4738</guid>
					<description>I'd rather use "svn export" to get a fresh copy out of the repository, without the ".svn" directories :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;d rather use &#8220;svn export&#8221; to get a fresh copy out of the repository, without the &#8220;.svn&#8221; directories <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt="-)" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.920 seconds -->
