eclipse subclipse 中的红色箭头图标
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7559941/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Red arrow icon in subclipse
提问by Joseph
My computer set-up:
我的电脑设置:
-eclipse with aptana studio 3 plugin, plugin development tools and subclipse
-eclipse 与 aptana studio 3 插件、插件开发工具和 subclipse
and i have 2 projects under version control. i managed to copy the files from one project to the second since i don't know how to merge two projects yet. when i tried to copy the js folder from one project to the other, this happens:
我有 2 个受版本控制的项目。我设法将文件从一个项目复制到第二个项目,因为我还不知道如何合并两个项目。当我尝试将 js 文件夹从一个项目复制到另一个项目时,会发生这种情况:
notice the red arrow. now, i thought it was nothing. i committed the project and left for work. when i went to the office and updated my copy of the project, i found out that the js folder was not there. when i checked the repository, the js folder was not there at all. i was sure it was there when i left home.
注意红色箭头。现在,我认为这没什么。我完成了这个项目,然后去上班了。当我去办公室更新我的项目副本时,我发现 js 文件夹不在那里。当我检查存储库时,js 文件夹根本不存在。当我离开家时,我确信它就在那里。
found this linkwhich is a thread that gives an heads-up on subversion icons but this red outward pointing icon isnt there in the list.
发现这个链接是一个线程,它提供了一个关于颠覆图标的提示,但这个红色的向外指向的图标不在列表中。
what do they mean?
他们的意思是什么?
采纳答案by Jayendra
回答by krakenreleased
Using Eclipse Mars.1 Release (4.5.1) and SVN 1.8.10. My icons reverted back to normal after running Team > Cleanup.
使用 Eclipse Mars.1 Release (4.5.1) 和 SVN 1.8.10。运行 Team > Cleanup 后,我的图标恢复正常。
回答by Curt
I see there is already a solution in the comments above, just thought id share my solution which seemed easier, simply
我看到上面的评论中已经有一个解决方案,只是想 id 分享我的解决方案,这似乎更容易,只是
Right click on project > Team > Disconnect (from repository)
Right click on project > Team > Re-connect (to repository)
Problem solved!
右键单击项目 > 团队 > 断开连接(从存储库)
右键单击项目 > 团队 > 重新连接(到存储库)
问题解决了!
NOTE: After re-connecting had to commit all changes in project, seemed scary at first but simply updated version number. (I am always a little nervous when synchronizing with the repo)
注意:重新连接后必须提交项目中的所有更改,起初看起来很可怕,但只是更新了版本号。(和repo同步的时候总是有点紧张)
NOTE: Using subversion SVN plugin in eclipse
注意:在 Eclipse 中使用 subversion SVN 插件