Skip to content

Instantly share code, notes, and snippets.

@Nathaniel100
Created May 30, 2016 13:20
Show Gist options
  • Save Nathaniel100/6ca62f4b4b5529e34c2dc7eb792dbd94 to your computer and use it in GitHub Desktop.
Save Nathaniel100/6ca62f4b4b5529e34c2dc7eb792dbd94 to your computer and use it in GitHub Desktop.
svn rm files that not exists

svn st | grep ^! | awk '{print " --force "$2}' | xargs svn rm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment