Skip to content

Instantly share code, notes, and snippets.

@rtacconi
Created September 17, 2010 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtacconi/584444 to your computer and use it in GitHub Desktop.
Save rtacconi/584444 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "recursively removing .svn folders from"
pwd
rm -rf `find . -type d -name .svn`
@rtacconi
Copy link
Author

remove .svn directories from your project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment