tarekahf
tarekahf

Reputation: 1002

Cannot install the latest Eclipse Subversive Plug-In

I am getting errors when using the option to compare with the latest version from the repo as per this bug report:

Compare with" dialogs exit with "A path under version control is needed for this operation

I have Subversive - SVN Team Provider version 4.0.5. I thought if I upgraded to the latest version, the error would be resolved.

I installed the latest version as per this link:

https://www.eclipse.org/subversive/installation-instructions.php

The install was successful, but when I go to Help/Eclipse Marketplace/Installed, I still see version 4.0.5. I tried to remove it, and I get an error indicating that certain core plugins are required.

Below are the items that remain after I uninstall this plugin version 4.0.5.

enter image description here

How I can force install the latest version of Eclipse SVN?

Upvotes: 0

Views: 692

Answers (1)

nitind
nitind

Reputation: 20003

The latest version per that installation-instructions link is for 4.8.0, not 4.0.5, using https://download.eclipse.org/technology/subversive/4.8/release/latest/. The bug report mentions it was fixed in version 4.6.

Upvotes: 0

Related Questions