How-To: Recursively remove .svn folders

Last updated on April 14, 2024 am

Moved from windows to mac, the old "D drive" staff need a bit of re-org. One big trouble I found is that OSX doesn't deal with file start with "dot" well. For example, the ".svn" folders.

So how to get rid of these? On any *nix machine (Mac included) you can run the following command:

rm -rf 'find . -type d -name .svn'


How-To: Recursively remove .svn folders
https://mingster.com/2009/09/06/how-to-recursively-remove-svn-folders/
Author
mingster
Posted on
September 6, 2009
Licensed under