Subclipse

Add this URL to your Eclipse Installation to reach this solution's update site.

2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), 2023-12 (4.30), 2024-03 (4.31)

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

Learn more...
Solution Description

An Eclipse Team Provider plug-in providing support for Subversion within the Eclipse IDE. Developed and maintained by Subversion core committers, Subclipse is always in synch with the latest Subversion features and releases. Subclipse includes the CollabNet Merge Client originally developed as part of the CollabNet Desktop - Eclipse Edition. The CollabNet Merge Client provides powerful graphical merge capabilities that leverages the merge tracking functionality that was added as part of the Subversion 1.5 release. Subclipse includes an optional Mylyn connector that enables Mylyn to create automatic changesets based on the tasks you are working on. It also enables links to tasks when viewing history of Subversion commits. Finally, Subclipse includes a powerful revision graph feature that is built with Eclipse GEF/Draw2D. This allows you to visualize commits and merges across Subversion branches.

Additional Details

Eclipse Versions: 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), 2023-12 (4.30), 2024-03 (4.31)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Subclipse Project

Development Status: Production/Stable

Date Created: Wednesday, August 5, 2009 - 09:20

License: EPL

Date Updated: Friday, October 6, 2023 - 10:51

Submitted by: Mark Phippard

Subscribe to Subclipse RSS-feed

Date Ranking Installs Clickthroughs
March 2024 12/647 2914 20
February 2024 14/687 4500 321
January 2024 12/691 5402 56
December 2023 13/671 4505 37
November 2023 12/686 5493 39
October 2023 11/673 6973 62
September 2023 11/663 7077 48
August 2023 9/673 7239 56
July 2023 10/668 7672 66
June 2023 11/669 7921 56
May 2023 11/671 8014 51
April 2023 11/667 7550 50
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Subclipse.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

using Subclipse 4.3.3.202012181204. Right click on project->Team->Branch/Tag... and it does nothing. Yields the following in eclipse log:

java.lang.NoClassDefFoundError: org/eclipse/ui/views/navigator/ResourceSorter
    at org.tigris.subversion.subclipse.ui.wizards.BranchTagWizard.addPages(BranchTagWizard.java:57)...

In the 2023-03 version of Eclipse Foundation, the contextual menu of Subeclipse team doesn't work at project level to go to Team -> Syncronize and so on. You have to put your mouse over one sources directory (and right click) to open.it. This is a serious inconvenient because the right way is to open the Team nenu at project level. Yoy lose a lot of time clicking over each source directory one by one to check, commit or update sources.

I need to add the following to eclipse.ini as VM-Parameter to avoid errors at runtime:

--add-modules=ALL-SYSTEM
--add-opens
java.base/java.lang=ALL-UNNAMED

Hello.

I'm getting unsane trying to get it work. I tried to download the certificate from the web browser after reached the URL https // subclipse.github.io/updates/subclipse/4.3.x/compositeContent.xml (which define "subject" as  "www.github.com")

and imported as *.cer in the JDK keystore (cacerts file) used by eclipse (and then restart it), with no success.

Has anyone faced this problem and/or could find a solution?? I'm totally lost...

Thanks for advance

error trace:


eclipse.buildId=4.10.0.I20181206-0815
java.version=11.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product

org.eclipse.equinox.p2.transport.ecf
Error
Thu Dec 30 14:07:03 CET 2021
Unable to read repository at https // subclipse.github.io/updates/subclipse/4.3.x/compositeContent.xml.

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:526)
    at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:113)
    at org.apache.http.conn.ssl.SSLSocketFactory.verifyHostname(SSLSocketFactory.java:580)
    at org.apache.http.conn.ssl.SSLSocketFactory.createLayeredSocket(SSLSocketFactory.java:574)
    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:557)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1.connectSocket(SNIAwareHttpClient.java:64)
    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:414)
    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:326)
    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:610)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:445)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:263)
    at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

I could not find in the description. What version of SVN is supported now? Is it support 1.14?

I need this information because I use Tortoise SVN with the same projects

In reply to by Alim Adzhiev

The answer is complicated. Yes, 1.14 is supported and if you are on Windows it is pretty much as simple as installing Subclipse. But on Linux and MacOS you have to install Subversion and JavaHL via the OS package manager in order to get the native libraries installed. Then for Subclipse you install the version of the JavaHL adapter that matches what your OS gives you.  We support 1.10 - 1.14.

 

I am using Subclipse with Eclipse Version: 2019-12 (4.14.0). Every time I commit to SVN or update, my project is not switched to head revision and I want to switch automatically to head revision. Otherwise, I need to do it manually every time and it is very annoying. Is there any option to change this behaviour or it works as designed? In the past I used Subversie and this problem did not happened.

I'm fairly new to Eclipse, but have been using SVN forever. So, one of the first things to do in Eclipse was to attach my SVN repositories. Looks like Subversive is kind of the recommended plugin for that, so I tried it first.
The installation of the Subversive plugin was messy; on installation, it claimed that the "SVN Team Provider 2.0" component wasn't available, "install anyway?". Oops, that's the plugin I was going to install, so why not install it even though it claims not to be available? ;-) On Eclipse restart, it didn't show the dialog for that other component needed, an SVN connector. Now where do I get that from? The Subversive documentation was vague about that, just saying "make sure you have at least one connector installed". This started to become a lengthy project, when all I wanted was to connect Eclipse with my SVN repos.
Luckily, the Marketplace came up with Subclipse, albeit ranging #4 there. Oh wait, that's provided by Tigris, the makers of SVN? Hey, why don't you list that one first?
Anyway, installed it, restarted Eclipse, and done. Works out of the box. Subclipse can be found by clicking the Open Perspective icon in the upper right corner of Eclipse. SVN Tortoise users will find some similarities with Subclipse. Nice tool, thanks much, makers of SVN!
(This review is for Eclipse Mars on openSuse Linux, and Subclipse 1.10.5, handling SVN 1.8 repositories.)

I like that Subversion works just like the CVS plugin.
But boy, what a problems getting it to work with the 64-bit version. Selecting all items to install did not work due to dependency problems.
I finally tried with subclipse and that worked without any problems.
But I still have a hughe question; why isn’t it supported by default (as in: build in) ?
Surely SVN is becoming the favorite in contrast to CVS.

I think Subclipse must be the best Subversion plugin for Eclipse. It comes from Tigris.org, the Subversion people, so it's no surprise that it's good.

I used Subclipse a couple years ago for a WebObjects project. It worked well and I was happy with it. Later, I started work on some PHP projects, so I installed a new version of Eclipse just for that. (My WebObjects environment seemed delicate and I wanted to keep things separate.) At that time, I decided to try Subversive. It worked well enough at first and I liked the way it marked changed resources in the navigator views, but as time went on, problems appeared.

Annoying things started happening with Subversive. I had to answer the password prompt twice with my first commit each development session, even though I saved my password. Sometimes, my commits would just fail without details about the problem.

So I recently decided to try switching my PHP environment in Eclipse to use Subclipse. I miss a couple little things from Subversive, but when I'm using Subclipse, it just works well and every time. I feel much better. It makes my development so much easier.

Thank you, Tigris.org!

I found a bug about eclipse-php-helios installing the SVN,I can install SVN smoothly for eclipse-php at before 3.6 version,but I can't install SVN for 3.6 eclipse and
at the installing period,there is always a package can't be installed which named org.eclipse.net4j.jms.api_3.0.0.v20100614-1655.jar.pack.gz,at the end the SVN installed failed and the eclipse jumped pop-up box show:
'Installing Slftware' has encountered a problem.
An error occurred while collecting items to be installed
The Details:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.php,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Comparison method violates its general contract!
Comparison method violates its general contract!

This is a really good plugin. My only complaint is that I have to continually add it to every Eclipse version, which in itself is not so bad. The problem comes when I want to give someone access to my SVN libraries.

Please, please, please, let's just get this thing in the core product.