/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn status --no-ignore | egrep '^[?I]' | cut -c9- | sudo xargs -d \\n rm -r
URL: http://stackoverflow.com/questions/239340/automatically-remove-subversion-unversioned-files