The Subversion manual states:
‘!’
Item is missing (e.g. you moved or
deleted it without using svn). This
also indicates that a directory is
incomplete (a checkout or update was
interrupted).
But as so often with Subversion, there is no indication on how to fix the problem.
Normally, I would use my trusted Fix_Subversion.command but this time it is trunk and it will take forever.
So is there any faster option?
Golden rule is: once something is under svn-control, any moving, deleting, renaming, should be done with svn commands (svn mv, svn rm, etc.), not using normal filesystem/file-explorer functions.