Eclipse Subclipse 不识别源代码控制下的资源

发布于 2024-09-15 19:39:46 字数 298 浏览 3 评论 0原文

我过去使用过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

帅哥哥的热头脑 2024-09-22 19:39:47

此处进行了一些讨论,其效果是与 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.

马蹄踏│碎落叶 2024-09-22 19:39:47

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').

寄意 2024-09-22 19:39:47

我对“src”目录也有同样的问题。
解决方案:

  1. 将 src 目录复制到其他位置,例如:c:\temp。
  2. 从 eclipse 项目中删除 src 目录(通过 package 或
    项目解释)。
  3. 打开 tortoise SVN(右键单击/repo 浏览器)。
  4. 拖拽将 src 目录拖放到(同时按下 Ctrl 键)
    SVN 中想要的目录。
  5. 在 Eclipse 中执行:team/synchronozied,然后更新。

I had the same problem with the 'src' directory.
solution:

  1. copy the src directory to some other place, ex: c:\temp.
  2. delete the src directory from eclipse project (via package or
    project expl.).
  3. open tortoise SVN (right click/repo browser).
  4. drag & drop (while pressing the Ctrl key) the src directory to the
    wanted directory in SVN.
  5. in eclipse do: team/synchronozied, then update.
童话里做英雄 2024-09-22 19:39:46

我的两个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文