Skip to content

Instantly share code, notes, and snippets.

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 delputnam/497ee68b4f2df9301ba4eb9753fb0b0f to your computer and use it in GitHub Desktop.
Save delputnam/497ee68b4f2df9301ba4eb9753fb0b0f to your computer and use it in GitHub Desktop.
svn remove unversioned files
svn status | grep ^\? | cut -c9- | xargs -d \\n rm -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment