This command removes the SVN data from a folder.
find -name .svn -exec rm -rf {} \;
Posted in Code, Command Line, Linux | 1 Comment »