pts*_*one 2 java cvs netbeans netbeans-10
我最终升级到 Apache Netbeans 10(从 8.2)并想像往常一样使用菜单安装 CVS 插件Tools->Plugins->Available Plugins
但是,我似乎无法找到/访问该插件。在“设置”中,我激活了 Netbeans 8.2 插件门户,但是(更新后)我仍然只有 31 个可用插件和 9 个已安装插件。
当我尝试打开 CVS 版本控制项目时,netbeans 会识别到这一点并尝试自动获取 CVS - 但下载失败。
那么,如何在 Apache Netbeans 10 中安装 CVS 插件?
小智 6
我使用 NetBeans 12.3 解决了上面的答案,它与备用插件 URL 配合得很好:
http://updates.netbeans.org/netbeans/updates/8.2/uc/final/certified/catalog.xml.gz
Run Code Online (Sandbox Code Playgroud)
而不是updates.xml.gz
链接答案中的 URL。
Select Tools > Plugins > Settings
Add the Update Center which includes the CVS plugin to the Configuration of Update Centers list:
Click the Add button to open the Update Customizer Center dialog.
In the Name field enter some descriptive value (e.g. Latest Development Build), and in the URL field enter this URL: http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz
Click OK to close the Update Customizer Center dialog, and return to the Settings tab.
For that new entry named Latest Development Build, check its Active checkbox:
Select Tools > Plugins > Available Plugins
Enter CVS in the search field and the CVS plugin should be listed:
Check the Install checkbox for the CVS plugin, click the Install button and follow the wizard's instructions.
After that you should be able to use CVS without needing to restart NetBeans: