I'm using Eclipse Europa with Subversive SVN plugin.
When try to commit deleted directory SVN returns this message:
Some of selected resources were not committed.
Item is out of date
svn: Commit failed (details follow):
svn: Item '/myProject/trunk/src/test/config' is out of date
Content of the folder has been already deleted and committed.
What can I do to commit it?
Try updating first, then delete and commit.