Command to recursively remove all .svn directories on Windows
command-line, svn, windows
Solution
Use the `svn export` command to export a Subversion working copy into a new "clean" directory structure that doesn't have the `.svn` directories.
Problem
I have a directory with many sub-directories. In each folder there is a subversion folder (.svn). Is there a command in windows that will go through each folder and sub-directory and delete the .svn folder? Or will I have to create a script or do it manually?