How to fix Subversion «!» status

Viewed 60431

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?

6 Answers

In my case I have committed with a message the parent folder that has the red flag, and then all the nested folders that had the icon including the parent folder are cleared.

Related