Created
May 7, 2014 05:48
-
-
Save estebistec/9f4e58775a7258a593c7 to your computer and use it in GitHub Desktop.
Remove untracked files in svn repos
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 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