Skip to content

Instantly share code, notes, and snippets.

@ryanmasondavies
Last active December 21, 2015 22:59
Show Gist options
  • Save ryanmasondavies/6379210 to your computer and use it in GitHub Desktop.
Save ryanmasondavies/6379210 to your computer and use it in GitHub Desktop.
Remove all changes from `svn status`
svn status --no-ignore | grep -E '(^\?)|(^\I)' | sed -e 's/^. *//' | sed -e 's/\(.*\)/"\1"/' | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment