/ Published in: SVN
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn status --no-ignore | grep '^\?' | sed 's/^\? //' svn status --no-ignore | grep '^\?' | sed 's/^\? //' | xargs rm -rf
URL: http://www.guyrutenberg.com/2008/01/18/delete-unversioned-files-under-svn/