Is there a way to delete all subdirectories named .svn from all levels of a directory tree, without touching anything else? rd/s and del/s don't seem to do it.
|
feedback
|
|
Use Edit: Just noticed that this will also catch folders that end in | |||
|
feedback
|
|
Add the following to a batch file. Do make a backup of the files first.
| |||
|
feedback
|
|
If your hard disk is NTFS, you can use the free Everything search engine. After it's installed, right click on the directory and select "Search Everything...". | |||||||
feedback
|
|
I see this question asked all the time for users of SVN, you do NOT need a special script to get rid of those pesky .svn folders. I don't know what platform you are on, but you can use:
To make SVN make a copy of your working copy without the .svn folders. | |||
|
feedback
|