3

I have upgraded eclipse from 2024-09 to 2024-12 with Subversive SVN Connectors 6.0.4.I20161211-1700 and Subversive SVN Team Provider 4.8.0.v20220904-1901; after upgrade I'm facing Many GUI errors..., one of them when sharing a Project with SVN repository and when selecting an existing repository location or create new location, the form is empty without any components, and nothing happen when you click the next button. enter image description here

Is there a link to install the new version from the Help -> Install new software? As it's not available under the market place (4.8.0 is available not upgradable to 5.0.0)

10
  • 3
    What exactly "stopped working" means? Any error messages? And what plugin are you using and what is its version? AFAIK, a new version of the Subversive plugin for Eclipse has been released recently, so it's either a new bug in the plugin or you need to update it: download.eclipse.org/technology/subversive/updates/release/… and github.com/arsysop/svn/releases/tag/v1.0.0 If it's a new bug in 5.0.0, file a bug report. Commented Jan 13 at 6:42
  • Please edit and improve your question instead adding comments to it. There are two SVN plugins for Eclipse: Subversive and Subclipse. If you want to try Subclipse, make sure to uninstall Subversive first (Help > About Eclipse IDE: Installation Details). Commented Jan 13 at 8:58
  • Please edit your question. Commented Jan 13 at 9:05
  • I have update my Question. @howlger Commented Jan 13 at 9:08
  • 3
    Subversive 5.0.1 now works for me. The connector URL is https://arsysop.github.io/svn/release/, but you should not need to install it manually as it is added automatically via Eclipse preferences -> Version Control (Team) -> SVN -> SVN Connector. Commented Jan 20 at 9:20

2 Answers 2

7

Same issue here. Fresh setup for Eclipse 2025-03.

Windows -> Prefeneces -> Version Control -> select SVN node will produce:

enter image description here

SOLVED:

Add the following repository location (copy the text, not the link):

https://download.eclipse.org/technology/subversive//updates/release/latest

and install (removing previous versions as suggested) the new plugin. After the eclipse restart it will propose the setup of the new connectors. Install new connectors to be able to connect to SVN repositories.

Sign up to request clarification or add additional context in comments.

5 Comments

Working as expected
should we include all packages or exclude the optional?
@zaid-saade Just the required.
@mauretto please indicate which connector did you use, since I installed (SVNKit 1.10.10 r10865 (SVN 1.10.0 compatible, all platforms) (1.10.10)) and it's causing authentication issue.
ArSysOp SVN Connectors with SVNKit 1.10
5

I was getting an exception with the same upgrade: java.lang.NoClassDefFoundError: org/eclipse/compare/internal/TabFolderLayout

I found that class in the previous eclipse version 2024-09 and as a workaround I copied the class to the jar in 2024-12 in which it was missing.

Copy the class org.eclipse.compare.internal.TabFolderLayout.class from plugins/org.eclipse.compare_3.11.100.xxxx.jar to plugins/org.eclipse.compare_3.11.200.xxxx.jar And restart Eclipse

I reported the problem as a bug in: subversive/issues/260

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.