Eclipse-SVN插件提交问题

时间:2016-03-03 08:48:16

标签: java eclipse svn

我正在使用带有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

我也尝试了以下

  1. Team CleanUp
  2. 团队更新
  3. 删除整个项目并再次从SVN
  4. 检出代码
  5. 切换到新工作区并再次从SVN
  6. 检出代码
  7. 用Google搜索并发现了这一点,但没有多大帮助:Commit failed in Eclipse
  8. 请帮忙。

    PS:我可以通过 TortoiseSVN 提交,但通过 Eclipse SVN-plugin

1 个答案:

答案 0 :(得分:0)

本主题中出现类似问题 How do you overcome the svn 'out of date' error? 也许你在那里找到解决方案。因为我可以在你的代码中看到它说Node.java已经过时了。

相关问题