Posted in Code, Command Line, Linux Remove SVN Info from a Folder admin July 7, 2008 2 Comments on Remove SVN Info from a Folder This command removes the SVN data from a folder. find -name .svn -exec rm -rf {} \; Author: admin
Thanks! This was really useful.