Just a simple command that helped me today.
$ sudo rm -rf `find . -type d -name .svn`
Recursively Remove All SVN Directories on Linux
January 14, 2010 by aarongreenlee
January 14, 2010 by aarongreenlee
Just a simple command that helped me today.
$ sudo rm -rf `find . -type d -name .svn`