来到青岛之后,新装了eclipse,新装了最新的svn1.6,剩下的就是怎么为eclipse增加subclipse插件了。
步骤如下;
1、去网站http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA 找到和eclipse版本与svn版本对应的subclipse插件,我用的是下面的插件:
Eclipse 3.2/Callisto, 3.3/Europa, 3.4/Ganymede, 3.5/Galileo +
Subclipse 1.6.2 and 1.4.8 are now available for Eclipse 3.2+!
See the changelog for details. Existing Subclipse users should read the upgrade instructions for important information on changes you to need to make to your Eclipse preferences to see the new version in the update manager.
Subclipse 1.4.x includes and requires Subversion 1.5.x client features and working copy format.
Subclipse 1.6.x includes and requires Subversion 1.6.x client features and working copy format.
Links for 1.6.x Release:
Changelog: http://subclipse.tigris.org/subclipse_1.6.x/changes.html
Eclipse update site URL: http://subclipse.tigris.org/update_1.6.x
Zipped downloads: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
因此,选择了Eclipse update site URL: http://subclipse.tigris.org/update_1.6.x
2、对eclipse-help-software update-available software,点击右边的 add site 按钮,在弹出的对话框上的location中填入:http://subclipse.tigris.org/update_1.6.x ,然后点击右边的 install 按钮,等待安装,安装完成后会提示是否重启,选择 yes ,让其自动重启。
3、新建 java project,导入一个从svn上检出的java工程,这样 新建的项目和svn就自动关联起来了。