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


You need to login to view comments.