Remove all "missing" files from a SVN working copy
svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
Log in to comment