Download Subversive Subversion Team Provider for Eclipse
The Subversive distribution consists of 2 parts - the Subversive plug-in and Subversive SVN Connectors. You need both parts in order to work with Subversive. More about SVN Connectors below...
| Galileo Release |
|---|
|
|
| Ganymede Release |
|---|
|
| Latest Release – Recommended |
|---|
|
| Subversive Connector Archives |
|---|
|
| Useful Subversive Info from Eclipse |
|---|
|
Here are some links to Subversive information hosted on the eclipse.org site. Links open in a pop-up window.
|
What are the differences between SVN Connectors and which one to choose?
JavaHL is a native client implementation (so it needs a binaries to work (dll on Windows, so on Unix and so on). It is developed by tigris with Subversion itself as a Java binding for subversion.
PROS:
- There is always a new version of this client with the new version of Subversion
CONS:
- To work with SSH protocol you need to create a tunnel manually.
- There is no interface to configure proxy server settings.
- It's almost impossible to get JavaHL 1.5.x and 1.6.x clients to work together, because the Java class loader cannot use binaries with the same names in two plugins.
- Due to use of native binaries, any crash in the library crashes Eclipse also.
SVNKit is a pure Java implementation of the client (reverse engineered one), so it can be run on any OS with JRE installed.
PROS:
- You do not need to find the binaries for your OS to get it to work
- There is an interface for configuring proxy server settings
- Work with SSH is encapsulated inside the client
- It will never crash your Eclipse IDE instance
CONS:
- It's new versions are always released some time after Subversion release.
- Sometimes it inherits bugs from the native code while adopting it.
- The first versions (BETAs and RCs) are sometimes very unstable.
Hopefully this information will help you choose which connector you prefer to use.

Starting from version 0.7.8.I20090808-1900
you can install just Subversive SVN Team Provider (without installing SVN Connectors from another update site) and the new
