I am using SVN plug with eclipse. when I try to commit the code, I get the following error.
Some of selected resources were not committed.
Some of selected resources were not committed.
svn: E155011: Commit failed (details follow):
svn: E155011: Commit failed (details follow):
svn: E155011: File 'C:\Users\anand_raj\Project details\EnterpriseSearchService\src\main\java\com\photon\knowledgemanagement\bean\Node.java' is out of date
I have also tried the following
- Team CleanUp
- Team update
- Deleted the entire project and checked out the code again from SVN
- Switched to a new workspace and checked out the code again from SVN
- Googled and found this, but didn't help much: Commit failed in Eclipse
Please help.
P.S: I am able to commit through TortoiseSVN but not through Eclipse SVN-plugin