Problems committing deleted directory to SVN repository

Boris Pavlović picture Boris Pavlović · Feb 4, 2009 · Viewed 14k times · Source

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?

Answer

David Grant picture David Grant · Feb 4, 2009

Try updating first, then delete and commit.