How to remove all .svn folders recursively ?
par Alexis Métaireau
SVN is really out of date (if you can, try mercurial or any other DVCS, please!), but if you have to use svn, you’ll probably encountred the .svn folder. It sticks in every folder of your arborescence.
Here is a tip to remove all theses .svn folders, hope this useful !
find . -name ".svn" -exec rm -rf {} \;
Comments
Hello from Russia!
Can I quote a post in your blog with the link to you?
Of course you can !