问题描述
Folks,
我有点困惑如何让SVNKit 1.7 Beta 3在Eclipse Indigo下工作。
I am a bit confused on how to get SVNKit 1.7 Beta 3 to work under Eclipse Indigo.
使用上提到的Eclipse更新站点,我从安装了新的软件。我选择了列表中的项目,核心SVNKit库和可选的JNA库。
Using the Eclipse update site mentioned at http://svnkit.com/download.php, I installed new software from http://eclipse.svnkit.com/1.7.x. I selected both the items on the list, the core SVNKit Library and optional JNA Library.
安装似乎已成功。当我看看安装的软件列表时,我看到列表中的SVN Library 1.70 Beta 3。
The installation seems to have succeeded. When I look at the list of installed software, I see SVN Library 1.70 Beta 3 in the list.
但是,Eclipse仍然不能识别我的项目是源代码管理的。
However, Eclipse still does not recognized that my projects are source controlled.
当我去首选项,我看到的是SVNKit 1.3.6-v1。我看不到SVNKit 1.7。
When I go to Preferences, all I see is SVNKit 1.3.6-v1. I do not see SVNKit 1.7.
还有其他一些失踪的步骤吗?如何让Subversionive认可我的基于Subversion 1.7的项目?
Is there some other step that I am missing? How do I get Subversive to recognized my Subversion 1.7 based projects?
提前感谢您的帮助。
问候,
Peter
Regards,
Peter
推荐答案
要将SVNKit安装为Eclipse插件或确保您具有最新版本安装后,使用作为Eclipse更新中的更新站点位置经理。
To install SVNKit as an Eclipse plugin or to make sure that you have the latest version installed, use http://eclipse.svnkit.com/1.7.x/ as an update site location in Eclipse Update Manager.
- 列出项目在Eclipse菜单中选择帮助 - >软件更新
- 列表项目然后选择可用软件选项卡
- 列表项点击添加网站...按钮
- 列表项类型在位置字段中,然后按确定。
- 列表项检查新站点(应该出现在更新站点列表中),并按照Eclipse的提示进一步执行步骤。
- List item In Eclipse menu select Help->Software Updates
- List item Then choose 'Available Software' tab
- List item Click 'Add Site...' button
- List item Type http://eclipse.svnkit.com/1.7.x/ in the 'Location' field and press 'OK'.
- List item Check the new site (it should appear in the list of update sites) and follow further steps as prompted by Eclipse.
使用作为更新站点位置,以获取旧版本的SVNKit(1.3.8)。
Use http://eclipse.svnkit.com/1.3.x/ as an update site location to get older version of SVNKit (1.3.8).
这篇关于在Eclipse中安装SVNKit 1.7.x的正确方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!