Subclipse 不显示项目旁边的存储库路径
自从更新 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过执行以下步骤解决了我的问题。
执行此操作后,subclipse 会识别 .svn 并可以将工作副本与存储库连接。也许有更优雅的存档方式,但它对我来说效果很好。
经验教训:第一断开项目与颠覆性的连接第二删除所有颠覆性数据第三安装颠覆性的,看看效果如何。
I fixed my problems by doing follwing steps.
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.