Eclipse 中没有 Subversion 图标,也没有团队操作,已尝试过 Subclipse 和 Subversive
对于从 SVN(通过命令行)明确签出的项目,我在 Eclipse 中没有看到任何 Subversion 图标,我不确定它何时停止工作。
我已经尝试过 Subclipse 和 Subversive 插件,它们看起来都很满意。我还回顾了 SVNKit 与 JavaHL 的对比。
症状:
- 没有 SVN 图标
- 右键单击文件,团队和比较没有任何 SVN 选项
- 在首选项/团队中 我现在有两个 SVN 树,一棵用于 Subclipse,一棵用于 Subversive
配置:
- Mac OS X Snow Leopard
- Eclipse 3.6 Helios
- Java /javac 版本 1.6.0_26 64 位
- svn 版本 1.6.15
- DYLD_LIBRARY_PATH=/opt/subversion/lib:/usr/lib:(也尝试过SVN Kit)
我不知所措,这对谷歌来说是一个奇怪的问题。有什么想法吗?
I don't see any of the Subversion icons in Eclipse for a project that was clearly checked out from SVN (via the command line) I'm not sure when this stopped working.
I've tried both Subclipse and Subversive plugins, they both seem content. I've also reviewed the SVNKit vs. JavaHL stuff.
Symtoms:
- No SVN icons
- Right click on file, Team and Compare To don't have any SVN options
- In Preferences / Team I now have two SVN trees, one for Subclipse, one for Subversive
Configuration:
- Mac OS X Snow Leopard
- Eclipse 3.6 Helios
- Java / javac version 1.6.0_26 64-bit
- svn version 1.6.15
- DYLD_LIBRARY_PATH=/opt/subversion/lib:/usr/lib: (have also tried SVN Kit)
I'm at a loss, it's an odd problem to Google. Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要首先使用团队 - 共享项目来共享您的项目。在向导过程中,它将检测 .svn 目录并询问您是否要保留它们。共享后,您将在“团队”菜单中看到 SVN 图标和其他菜单项。
You need to share your project first, using Team - Share project. During the wizard, it will detect .svn directories and ask if you want to keep them. Once shared, you'll see the SVN icons and additional menu items in the Team menu.
我有一个类似的问题。我的 SVN 存储库版本是 1.6.12,并且使用与 SVN1.6 兼容的 svn 连接器 SVNKit 1.3.x。我得到了所有的团队> ..团队合作后的选项>分享项目
I had a similiar issue. My SVN repo version was 1.6.12 and was using svn connector SVNKit 1.3.x which is compatible with SVN1.6. I got all the team > ..options after doing team > share project