If you’re like me in reusing entire application code bases to create new apps, you will run into this issue often: deleting .svn or .git directories from old applications so you can commit them to a new repository. These command lines will help you out.
Finding and Deleting .svn / .git Subdirectories from Application Directories
0