Comments on: Remove .svn Folders from the Project Directory http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Allan http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-13199 Thu, 17 Sep 2009 04:40:42 +0000 http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-13199

Thanks heaps, was able to use the find and rm command on OSX too. Worked a treat.

Reply  |  Quote
]]>
By: Drew http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-10614 Thu, 06 Nov 2008 22:29:50 +0000 http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-10614

Thank you for this!

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

Reply  |  Quote
]]>
By: Samit http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-9905 Tue, 19 Aug 2008 11:54:31 +0000 http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-9905

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.

Reply  |  Quote
]]>
By: Conor http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-5251 Mon, 16 Jul 2007 17:06:14 +0000 http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-5251

> 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”

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4741 Sat, 09 Jun 2007 20:25:52 +0000 http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4741

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

Reply  |  Quote
]]>
By: Stephane http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4740 Sat, 09 Jun 2007 13:39:12 +0000 http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4740

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 !

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4739 Sat, 09 Jun 2007 06:15:40 +0000 http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4739

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.

Reply  |  Quote
]]>
By: Stephane http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4738 Sat, 09 Jun 2007 06:07:28 +0000 http://www.terminally-incoherent.com/blog/2007/06/09/remove-svn-folders-from-the-project-directory/#comment-4738

I’d rather use “svn export” to get a fresh copy out of the repository, without the “.svn” directories :-)

Reply  |  Quote
]]>