views:

461

answers:

1

Hi,

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 commited.

What can I do to commit it?

+5  A: 

Try updating first, then delete and commit.

David Grant
Thank you, it worked
Boris Pavlović