/ Published in: Bash
URL: http://stackoverflow.com/questions/239340/automatically-remove-subversion-unversioned-files
Expand |
Embed | Plain Text
svn status --no-ignore | egrep '^[?I]' | cut -c9- | sudo xargs -d \\n rm -r
You need to login to post a comment.
