Skip to content

Instantly share code, notes, and snippets.

@estebistec
Created May 7, 2014 05: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 estebistec/9f4e58775a7258a593c7 to your computer and use it in GitHub Desktop.
Save estebistec/9f4e58775a7258a593c7 to your computer and use it in GitHub Desktop.
Remove untracked files in svn repos
svn status | egrep '^\?' | cut -c8- | xargs rm -fr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment