2023-03-08

SVN with eclipse 2022-12 R & 2023-06 R




20230801_pm112144
Rerun all Phase #1, #2 for: Eclipse IDE 2023-06 R Packages

Checkout old project successfully after resolved old SSL issue by removing "TLSv1, TLSv1.1, ".




Check on 20230926_pm023105: 2023-09

Last check on 20230308_am120205: still with version 

Installer 2022‑12 R



Also: https://download.eclipse.org/technology/subversive/4.8/release/latest/



Phase 1 - Installation of the Subversive Plug-In



Ouch, Install Remediation Page...









Phase 2 - Installation of Subversive SVN Connectors











After restart and trying to check out out project from old SVN repo.









resolved by: remove "TLSv1, TLSv1.1"


Reference URL: https://stackoverflow.com/a/71050085

You can set it in JRE inside SoapUI (if you are using it): Remove "TLSv1, TLSv1.1" from "jdk.tls.disabledAlgorithms" property in file ${soapui_home}/jre/conf/securityjava.security.




File Path at: .\Eclipse\eclipse-jee-2022-12-R-win32-x86_64\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.6.v20230204-1729\jre\conf\security\java.security





After removed "TLSv1, TLSv1.1, " from file: java.security

Then restart eclipse








SCM Connector


Attempt #1



scm | Eclipse Plugins, Bundles and Products






Failed:




Attempt #2:




Failed:

An error occurred while collecting items to be installed

session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

No repository found containing: osgi.bundle,com.ibm.icu.base,58.2.0.v20170418-1837

No repository found containing: osgi.bundle,javax.transaction,1.1.1.v201105210645








Attempt #3

subclipse


https://subclipse.github.io/updates/subclipse/4.3.x/







Trust Unsigned:








Found subclipse will have scm connector as printscreen below, although as SVN in dropdown list.



==========



Subversive:


Project physical folder named by SVN url.

Pros:



Cons:
  1. after check out from SVN, u hv to "convert" into maven project by right click on project, then look for Configure > Convert to Maven Project.



Subsclipse:


Project physical folder named by eclipse config during your project initialization.

Pros:
  1. direct check out from repo, with proper config for maven project
  2. Crucial feature for huge project: Show Revision Graph.

Cons:
  1. u can't revert file during commit screen, u hv leave commit window/screen, go back to project explorer, then right click your project, looks for Team > Revert to trigger revert process.






Archive remote info:

Installation Instructions

Here you can find instructions on how to install Subversive using different types of Subversive distributions.

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.




















Google Referrals