remove missing files with SVN


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



Copy this code and paste it in your HTML
  1. svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )

URL: http://svn.haxx.se/users/archive-2005-07/0849.shtml

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.