Quick Tip: I often find that I delete files before I remember that I should have deleted them using subversion. To help solve that problem I found/created the following command. svn st |grep "^\!" |cut -c8- | xargs svn rm –force This takes all the files that are missing from the checked out version of …
Tag Archive: deleted files
Permanent link to this article: http://blog.curioussystem.com/2011/03/getting-rid-of-dead-files-in-a-subversion-working-directory/