svn

OnelinerOfTheDay

Posted by Navisence on Tue, May 10, 2016
1svn st | grep ^! | awk '{print " --force "$2}' | xargs svn rm

Find all locally deleted files and remove them from Subversion. Ideal if you need to update and don’t want to have locally deleted files restored.

source: http://stackoverflow.com/questions/9600382/svn-command-to-delete-all-locally-missing-files/13846860#13846860