How to install CVS client for Eclipse version 2018-09 (4.9.0)?

感情迁移 提交于 2019-12-21 07:00:03

问题


As far as I remember, in some recent version(s) of Eclipse IDE, I had to separately install a plug-in called 'CVS Integration' in order to do CVS operations such as checkout, update, etc. for projects created from some directories in CVS repositories. But after installing the newest version of Eclipse, '2018-09 (4.9.0)', when searching from the menu Help > Eclipse Market with keyword 'CVS' or 'CVS Integration', such plug-in no longer appear. And existing directories/projects in the Eclipse workspace can no longer be updated, i.e. right click on the CVS folder, there is NO item called 'Team > Update' any more. Any idea what needs to be done to get CVS ability back?


回答1:


  • Install via menu "About > Install new software".
  • Select your eclipse version update site
  • Filter packages typing "cvs"
  • Select "Eclipse CVS Client"
  • Next, Next, Accept, Finish!
  • Have fun!



来源:https://stackoverflow.com/questions/53753464/how-to-install-cvs-client-for-eclipse-version-2018-09-4-9-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!