Skip to content

Instantly share code, notes, and snippets.

@Riaan-ZA
Created April 30, 2013 12:00
Show Gist options
  • Save Riaan-ZA/5488276 to your computer and use it in GitHub Desktop.
Save Riaan-ZA/5488276 to your computer and use it in GitHub Desktop.
SVN - Remove all deleted files from version control
svn status | grep '^\!' | sed 's/! *//' | xargs -I% svn rm %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment