/ Published in: SVN
URL: http://www.guyrutenberg.com/2008/01/18/delete-unversioned-files-under-svn/
Expand |
Embed | Plain Text
svn status --no-ignore | grep '^\?' | sed 's/^\? //' svn status --no-ignore | grep '^\?' | sed 's/^\? //' | xargs rm -rf
You need to login to post a comment.
