1
我正在使用帶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
我也曾嘗試以下
- 隊清理
- 隊更新
- 刪除整個項目,並從SVN再次被檢出代碼
- 切換到新的工作區從SVN再次檢出代碼
- 谷歌搜索,發現這個,但沒有多大幫助:Commit failed in Eclipse
請大家幫忙。
P.S:我能夠承諾通過TortoiseSVN的但不通過Eclipse的SVN-插件
感謝您的回覆,但鏈接那裏談論** TortoiseSvn **客戶端。我正在使用** Eclipse SVN插件**。 – Andy