Deleting all SVN files and directories is a headache if your project contains lots of directories.
Here is a easy way to delete them with one command.
1
find /path/to/your/directory -type d -name .svn -exec rm -rf '{}' +
Posted in Linux
Name
Mail (will not be published)
Website