Subclipse 不显示项目旁边的存储库路径

发布于 2024-12-02 12:02:32 字数 301 浏览 1 评论 0原文

自从更新 subclipse 插件后,Eclipse 中项目名称旁边的路径消失了。恢复更新后没有任何变化。

从存储库中签出新项目时,括号会出现但为空,一段时间后也会消失。我错过了配置吗?项目的更新、提交和恢复工作正常。


更新: 更新、提交等之所以有效,是因为有 SVNKit 的另一种实现。删除这个解决了签出的新项目的问题,但所有工作副本似乎都失去了连接。正如文档中所写,上下文菜单“团队 -> 共享项目”没有任何意义,只为我的工作副本显示“应用补丁”选项。

感谢@Ray Toal 对这个问题的支持

Since updating the subclipse plugin the paths next to project name in Eclipse disappeared. There is no change after reverting the update.

When checking out a new project from repository, the brackets appear but are empty and after a while disappear too. Did I miss a configuration? Updating, commiting and reverting of project works fine.


UPDATE:
Updating, commiting etc only worked because there was another implemantation of SVNKit. Removing this solved the problem for new projects checked out, but all workingcopies seemed to lost their connections. There is no point in context menu "Team -> Share Project" as written in docs, only an "Apply Patch" option is shown for my working copies.

Thanks @Ray Toal for surporting with this issue

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

我不会写诗 2024-12-09 12:02:32

我通过执行以下步骤解决了我的问题。

  • 删除旧的颠覆性数据,这些数据会影响 subclipse
  • 构建新工作区,
  • 将旧项目导入新工作区。

执行此操作后,subclipse 会识别 .svn 并可以将工作副本与存储库连接。也许有更优雅的存档方式,但它对我来说效果很好。

经验教训第一断开项目与颠覆性的连接第二删除所有颠覆性数据第三安装颠覆性的,看看效果如何。

I fixed my problems by doing follwing steps.

  • remove old subversive data which effects subclipse
  • building a new workspace
  • importing old projects into the new workspace

after doing that, subclipse recognises the .svn and can connect the workingcopies with the repository. Maybe there are more ellegant ways of archive that, but it works fine for me.

Lesson learned: FIRST disconnect projects from subversive SECOND remove all subversive data THIRD installing subversive and see how good it works.

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