【发布时间】:2016-03-03 19:34:39
【问题描述】:
我在 Eclipse 中使用 SVN 插件。当我尝试提交代码时,出现以下错误。
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
我也尝试了以下
- 团队清理
- 团队更新
- 删除整个项目并再次从SVN中签出代码
- 切换到新工作区,再次从 SVN 签出代码
- 谷歌搜索并找到了这个,但没有太大帮助:Commit failed in Eclipse
请帮忙。
PS:我可以通过 TortoiseSVN 提交,但不能通过 Eclipse SVN-plugin
【问题讨论】: