Remove hidden .svn folders from commandline
January 7th, 2009 | Posted by in BlogI had a small problem on my Mac when I wanted to rebuild a subversion repo. When I worked on windows, I just searched the project folder for .svn folders.
But on Mac and Linux, thats another story. Thankfully for the commandline, one quick command, and the problem is fixed:
find . | grep .svn$ | xargs rm -rf
You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.


