Skip to content

Instantly share code, notes, and snippets.

@Kehet
Created November 14, 2017 09:10
Show Gist options
  • Save Kehet/7bdb30fa84d9955e755064e421811a44 to your computer and use it in GitHub Desktop.
Save Kehet/7bdb30fa84d9955e755064e421811a44 to your computer and use it in GitHub Desktop.
remove svn folders from project
find . -type d -name '.svn' -print -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment