我正在使用带有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
我还尝试了以下几种方法
请帮帮忙。
P.S:我可以通过TortoiseSVN提交,但不是通过Eclipse plugin提交
发布于 2016-03-03 09:53:15
在这个主题中也出现了一个类似的问题,How do you overcome the svn 'out of date' error?,您可能会在那里找到解决方案。因为我可以在您的代码中看到,它说Node.java已经过时了。
https://stackoverflow.com/questions/35767214
复制相似问题