Remove all "missing" files from a SVN working copy

Remove all "missing" files from a SVN working copy


 svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )

Associated Files

Comments

Log in to comment