Remove .svn files - unverison subversion working copy

In order to remove .svn files you need to execute the following command on your terminal:

find . -name .svn -exec rm -rf {};

Publish Date: 2015-01-02