Selected SVN connector library is not available or cannot be loaded
首页 / 频道 / 显示主题:Selected SVN connector library is not available or cannot be loaded

Selected SVN connector library is not available or cannot be loaded


时间:2024年03月03日 10:59:19点击:155类别:bug日志

安装eclipse版本2023-12出现如下错误:

Selected SVN connector library is not available or cannot be loaded

 

追溯问题,没有svn connecter

 

从官方网站找到的解决方案!

 

Introduction

The Subversive (SVN) installation consists of installing the Subversive plug-in and a Subversive SVN Connector. The Subversive plug-in is developed as an Eclipse official project with an EPL license and is distributed from the Eclipse website. A Subversive SVN Connector uses a SVN library to communicate with SVN repositories. Currently, there is only the connector which uses the SVNKit library. This library is developed as open-source project, but since its license is not EPL-compatible, the whole connector has to be distributed from an external website.

In order to use Subversive, you have to install the Subversive plug-in and the connector that is compatible with your operating system (OS) and the used SVN version.

Phase 1 - Installation of the Subversive Plug-In

You can install Subversive using its online or archived update site.

Phase 2 - Installation of Subversive SVN Connectors

Once the Subversive plug-in is installed and Eclipse is rebooted, Subversive automatically displays the dialog that shows Subversive SVN Connectors compatible with the installed version of the plug-in. Alternatively, you can install Subversive SVN Connectors from online and archived update sites for connectors.

  • Run Eclipse and select Help > Install New Software... from the main menu.
  • In the Install dialog that appears, press the Add... button and enter the URL of the following update site: https://osspit.org/eclipse/subversive-connectors/.
  • Select the required features to install and follow the standard plug-in installation procedure. Reboot Eclipse after installation is complete.

 

 

mark一下

楼主低端人口9527

喜欢:(155)  回复:(1)

0

以下为回复内容


读后有收获可以添加作者微信共同交流
打赏作者

1#楼的低端人口95272024年03月06日 23:24:13回复道:

#===============================================================================
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
#
EMAIL_HOST = 'smtp.qq.com'
#
EMAIL_PORT = 25
#
EMAIL_HOST_USER='25436720@qq.com'
#
EMAIL_FROM = '25436720@qq.com'
#
EMAIL_HOST_PASSWORD='************************'
#
EMAIL_USE_TLS = True
#===============================================================================




也回复一个  举报