Skip to content

Instantly share code, notes, and snippets.

@icantrap
Last active August 29, 2015 13:56
Remove untracked files in subversion repo
svn st | grep '^?' | awk '{print $2}' | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment