Created
July 18, 2014 19:48
-
-
Save dblalock/62469f540b7975211b35 to your computer and use it in GitHub Desktop.
svn delete missing files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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