Eclipse Subclipse 不识别源代码控制下的资源
我过去使用过 Subclipse,它是 Eclipse 的一个 Subversion 插件,它总是在安装时起作用,但现在不行。我将其添加到我的 Eclipse Helios 中,但它没有识别出任何受源代码控制的文件。当我检查我知道在 SVN 属性视图中管理的文件时,它会显示消息“资源未管理”。
我已经验证在“首选项”>“SVN”下已选中一般>外观>标签装饰和首选项 > 下的设置团队> SVN看起来很合理。
我正在使用 Subclipse 1.6.13 和 Eclipse 3.6.0。
有什么想法吗?
I have used Subclipse, a Subversion plugin for Eclipse, in the past and it has always just worked on install but not now. I added it to my Eclipse Helios and it is not identifying any of my files that are under source control as such. It gives the message "Resource not managed" when I inspect a file I know is managed in the SVN Properties view.
I have verified that SVN is checked under Preferences > General > Appearance > Label Decorations and the settings under Preferences > Team > SVN look reasonable.
I am using Subclipse 1.6.13 and Eclipse 3.6.0.
Any Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
此处进行了一些讨论,其效果是与 Eclipse + 用户权限有关。我无法亲自验证,因为我还没有摆弄Helios。
考虑到这一点,我的答案是:如果您没有使用 Helios 的某些重要功能,请不要从 Galileo(或更早版本)迁移。
There's some discussion here to the effect that it has to do with Eclipse + user permissions. I can't verify personally, as I haven't fiddled with Helios yet.
That in mind, my answer is: if you aren't using some vital feature of Helios, don't migrate from Galileo (or older) yet.
SVN 实现的质量——Subclipse 和 Subversive 都有很多不足之处——根据我的经验,后者是危害较小的。
对我来说,让文件夹被注意到(获得小?图标)以便“添加到版本控制”起作用的唯一方法是“右键单击> >”。团队>断开连接”,然后删除存储库中的
.svn
文件夹,并通过 eclipse 重新设置 SVN(“共享项目”)。The quality of the SVN implementation - both Subclipse and Subversive leaves a lot to be desired - the latter being the lesser evil in my experience.
For me the only way to get a folder to be noticed (get the little ? icon) so that 'Add to version control' was working was to 'Right Click > Team > Disconnect' and then delete the
.svn
folder in the repository, and re-setup SVN through eclipse ('Share project').我对“src”目录也有同样的问题。
解决方案:
项目解释)。
SVN 中想要的目录。
I had the same problem with the 'src' directory.
solution:
project expl.).
wanted directory in SVN.
我的两个 Eclipse 项目出现了某种问题,我从包资源管理器中删除了它们(没有删除刚刚从包资源管理器中删除的项目文件),然后将它们导入回(文件 > 导入),一切都很好。与赫利俄斯无关。
Two of my eclipse projects had some kind of problem, I deleted them from the package explorer (did not delete the project files just removed from package explorer) then imported them back in (File > import) and everything was fine. Nothing to do with helios.