Skip to content

Instantly share code, notes, and snippets.

@DeviaVir
Created May 8, 2015 10:12
Show Gist options
  • Save DeviaVir/8589f05540cb162d9977 to your computer and use it in GitHub Desktop.
Save DeviaVir/8589f05540cb162d9977 to your computer and use it in GitHub Desktop.
Revert and remove abundant files.
svn st | grep ^D | cut -c9- | xargs svn revert
svn st | grep ! | cut -c9- | xargs svn rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment