欢迎来到天天文库
浏览记录
ID:12057720
大小:603.00 KB
页数:15页
时间:2018-07-15
《eclipse中svn版本控制插件的安装和使用》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、Eclipse中SVN版本控制插件的安装和使用 2009-04-10来源:网络 以前提到过SVN版本控制器和客户端的安装和配置,这里再在说一下在编译器中怎么使用SVN,使其既可以单独使用,也可以配合SVN客户端一起使用。由于编译器种类众多,插件种类也不同,这里只简单介绍下Eclipse的插件安装。我用的版本是Eclipse3.2.2+MyEclipse_5.1.1,由于本身只有CVS而没有集成SVN,所以要想使用SVN做版本控制只好装一个Eclipse插件Subclipse,Subclipse的详
2、细安装过程在其官方网站http://subversion.tigris.org写的很清楚,还带配图,我就直接copy了:一、InstallSubclipseinEclipse3.x(安装)Step1:BegintheinstallationfromtheEclipseHelpmenuitem.Step2:Thisscreenshotshowthescreenasitinitiallycomesup.Inthiscaseyouwillneedtochangetheradiobuttontoindic
3、atethatthisisanewinstall.Step3:Thisscreenwillvarydependingonthefeaturesyouhaveinstalledalready.YouwanttoclickontheNewRemoteSitebutton.IfyouarebehindaproxyandtheEclipseinstallmechanismdoesnotwork,thenyoucandownloadazippedversionoftheupdatesiteandthencl
4、icktheNewLocalSitebuttoninstead.Step4:ThisscreenisshowingtheNewRemoteSitedialog,filledinwiththecorrectinformationtoinstallSubclipseName:Subclipse1.2.x(Eclipse3.2+)URL:http://subclipse.tigris.org/update_1.2.xName:Subclipse1.0.x(Eclipse3.0/3.1)URL:http:
5、//subclipse.tigris.org/update_1.0.xStep5:Whenyoufirstcomebacktothisscreen,thesiteyouaddedwillNOTbeselected.BesuretoselectitbeforeclickingNext.Step6:Thisnextscreenshowsallofthefeaturesthatareavailabletoinstall.Step7:Clickthebuttontoacceptthelicenseagre
6、ement.Step8:ConfirmtheinstalllocationStep9:ThereisanEclipsepreferencetoturnoffthisnextdialog.Ihaveneverseenasignedfeature.NotevenEclipse.orgnorIBMsigntheirfeatures.Step10:Justascreenshotofthein-processinstallation.Step11:Eclipseneedstoberestartedafter
7、installingSubclipse.Step12:Finally,afterrestartingEclipse,thefirstthingyouwilltypicallywanttodoisopentheSubclipseRepositoryperspectivewhereyoucandefineyourrepositories.BesuretoalsochecktheonlinehelpaswellastheSubclipsepreferenceslocatedunderTeam->SVN.
8、OK到此你的插件已经安装完毕了,说明一下,在Step5中选择的是在线安装,也可以在http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91下载后进行本地安装,本地安装选择NewLocalSit...,然后找到解压出来的那个文件夹,后面的都一样了。卸载的方法也很简单,也是点击Help=>SoftwareUpdates=>ManageConfiguration按上图操作就可以卸载了。二、UseSubcli
此文档下载收益归作者所有