Skip to content

Instantly share code, notes, and snippets.

@icantrap
Last active August 29, 2015 13:56
Show Gist options
  • Save icantrap/8935472 to your computer and use it in GitHub Desktop.
Save icantrap/8935472 to your computer and use it in GitHub Desktop.
Remove untracked files in subversion repo
svn st | grep '^?' | awk '{print $2}' | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment