Delete Unversioned Files Under SVN


/ Published in: SVN
Save to your folder(s)



Copy this code and paste it in your HTML
  1. svn status --no-ignore | grep '^\?' | sed 's/^\? //'
  2. svn status --no-ignore | grep '^\?' | sed 's/^\? //' | xargs rm -rf

URL: http://www.guyrutenberg.com/2008/01/18/delete-unversioned-files-under-svn/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.