Skip to content

Instantly share code, notes, and snippets.

@dblalock
Created July 18, 2014 19:48
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 dblalock/62469f540b7975211b35 to your computer and use it in GitHub Desktop.
Save dblalock/62469f540b7975211b35 to your computer and use it in GitHub Desktop.
svn delete missing files
svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
# note that this won't work if there's whitespace in the filenames
# http://stackoverflow.com/a/9600437/1153180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment