I keep having to look this up again…..
find . -type f -name “*.svn” -exec rm ‘{}’ ; -print
Thanks to: http://blog.simongregory.com/12/recursively-remove-svn-files/
Just another WordPress site
I keep having to look this up again…..
find . -type f -name “*.svn” -exec rm ‘{}’ ; -print
Thanks to: http://blog.simongregory.com/12/recursively-remove-svn-files/