子剪辑中的红色箭头图标
我的计算机设置:
-eclipse,带有 aptana studio 3 插件、插件开发工具和 subclipse
,我有 2 个受版本控制的项目。我设法将文件从一个项目复制到第二个项目,因为我还不知道如何合并两个项目。当我尝试将 js 文件夹从一个项目复制到另一个项目时,会发生这种情况:
注意红色箭头。现在,我觉得这没什么。我承诺了这个项目并去上班了。当我去办公室更新项目副本时,我发现 js 文件夹不在那里。当我检查存储库时,js 文件夹根本不存在。当我离开家时我确信它就在那里。
找到此链接,这是一个提供线索的线程-在颠覆图标上,但这个红色向外指向的图标不在列表中。
它们是什么意思?
My computer set-up:
-eclipse with aptana studio 3 plugin, plugin development tools and 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:
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.
found this link which 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 Eclipse Mars.1 版本 (4.5.1) 和 SVN 1.8.10。运行 Team > 后我的图标恢复正常清理。
Using Eclipse Mars.1 Release (4.5.1) and SVN 1.8.10. My icons reverted back to normal after running Team > Cleanup.
箭头表示已切换
http://www.eclipse.org/subversive/documentation/teamSupport/svn_label_decor.php
The arrow indicates switched
http://www.eclipse.org/subversive/documentation/teamSupport/svn_label_decor.php
我看到上面的评论中已经有一个解决方案,只是想分享我的解决方案,这似乎更容易,只需
右键单击项目> >团队>断开连接(从存储库)
右键单击项目>团队>重新连接(到存储库)
问题解决了!
注意:重新连接后必须提交项目中的所有更改,起初看起来很可怕,但只是更新了版本号。 (与repo同步时我总是有点紧张)
注意:在eclipse中使用subversion SVN插件
I see there is already a solution in the comments above, just thought id share my solution which seemed easier , simply
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)
NOTE: Using subversion SVN plugin in eclipse