Here’s a handy command for removing .SVN directories as you get ready to launch an application managed by Subversion:
$ find . -name .svn -print | xargs rm -rf {}
-Chris
Here’s a handy command for removing .SVN directories as you get ready to launch an application managed by Subversion:
$ find . -name .svn -print | xargs rm -rf {}
-Chris