Myeclipse 集成SVN操作步骤


SVN安装配置在MyEclipse中如何进行,操作比较简单,可通过官方提供的链接,利用MyEclipse内置的FindandInstall功能来安装。
1.打开Myeclipse,在菜单栏中选择Help→SoftwareUpdates→FindandInstall
2.选择Searchfornewfeaturestoinstall,点击Next进入下一步;
3.点击“NewRemoteSite”按钮,在弹出的对话框中输入:
namesvn
urlhttp://subclipse.tigris.org/update_1.4.x
点击OK,关闭对话框,并点击Finish按钮,Myeclipse自动下载插件安装程序;
4.下载完插件之后,进入安装画面。
5.选择所要安装的SVN插件内容,这里去掉第二个选项SubclipseIntegrations,点击下一步;
6.选择“Iacceptthetermsinthelicenseagreements”并点击Next,直到点击Finish即可,进入下一步。
7.开始安装SVN插件,安装完成之后,重启Myeclipse
以下为安装完成后的配置过程:
8.在菜单栏中选择Window→OpenPerspective→Other打开Myeclipse试图列表。这个时候Myeclipse的视图列表中,就出现了“SVNRepositoryExploring”一项。
9.打开“SVNRepositoryExploring”视图。在左边空白区域,单击右键→New→RepositoryLocation
10.Url一栏中输入http://IP/svn/projectName,点击Finish按钮。
11.输入用户名和密码,点击OK即可看到SVN下的目录结构了。

<!--EndFragment-->

猜你喜欢

转载自listen-ing.iteye.com/blog/963897