Good trick to trash missing SVN files

Sometimes you need to clean up files in a repo against a DB (image assets come to mind).   Can't commit missing files in your IDE after you do the deed though.  Run this from within the working copy that contains "Missing" assets:

svn status | grep '\!' | awk '{print $2;}' | xargs svn rm
Previous
Previous

ZF2, Doctrine2, ZfcUser - customizing the registration form and storing the custom user entity

Next
Next

Getting started with ZF2 on OSX (with Twig and Doctrine)