Skip to content

Instantly share code, notes, and snippets.

@schell
Created February 5, 2011 02:15
Show Gist options
  • Save schell/812133 to your computer and use it in GitHub Desktop.
Save schell/812133 to your computer and use it in GitHub Desktop.
removes already deleted (missing) files from svn
svn status | grep ! | cut -c 9- | xargs svn rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment