lazy man’s piped command of the day

I’m upgrading mediawiki — can you tell?

svn status | grep ! | awk ‘{ print $2 }’ | xargs -I ‘{}’ svn rm ‘{}’

I’m sure there’s a better way.