简体   繁体   English

Eclipse-SVN插件提交问题

[英]Eclipse-SVN plugin commit issue

I am using SVN plug with eclipse. 我正在使用带有Eclipse的SVN插件。 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 我也试过以下

  1. Team CleanUp 团队清理
  2. Team update 团队更新
  3. Deleted the entire project and checked out the code again from SVN 删除整个项目,然后再次从SVN中签出代码
  4. Switched to a new workspace and checked out the code again from SVN 切换到新的工作空间,然后再次从SVN中签出代码
  5. Googled and found this, but didn't help much: Commit failed in Eclipse Google搜索并发现了这个问题,但并没有太大帮助: 在Eclipse中提交失败

Please help. 请帮忙。

PS: I am able to commit through TortoiseSVN but not through Eclipse SVN-plugin PS:我能通过TortoiseSVN的承诺,但尚未通过Eclipse SVN-插件

A similar problem occured in this topic How do you overcome the svn 'out of date' error? 本主题中发生了类似的问题如何解决svn“过时”错误? maybe you find the solution there. 也许您在那里找到解决方案。 Since I can see in your code it says that Node.java is out of date. 既然在您的代码中可以看到它说Node.java已过时。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM