Latest Stable Version

30 Sep 2008, 22:00, version 1.2.0

Changelog (since version 1.1.8):
+ Support of Subversion 1.5.2 features, including, but not limited to:

  + New merge and merge tracking features
  + Subversion 1.5.2 JavaHL API implementation
  + Changelists support
  + Sparse directories support
  + See Subversion release notes for more
    information on the new Subversion 1.5 features

+ Lot of new bug fixes and enhancements
+ Updated Javadoc
+ Significantly improved SVNKit-based command line client
* SVNKit 1.2.0 API is not binary compatible with SVNKit 1.1.8

full changelog up to this build  tests results

Standalone Versionorg.tmatesoft.svn_1.2.0.standalone.zip
Standalone Version (without JNA)org.tmatesoft.svn_1.2.0.standalone.nojna.zip
Source Code Archiveorg.tmatesoft.svn_1.2.0.src.zip
Eclipse Update Site Archiveorg.tmatesoft.svn_1.2.0.eclipse.zip
Eclipse (OSGI) Update Site Locationhttp://eclipse.svnkit.com/1.2.x/
Files for Mavenorg.tmatesoft.svn_1.2.0.maven.zip
Source Code@svn repository

Older Version

24 Jun 2008, 17:37, version 1.1.8

Changelog:
+ Bugfixes

full changelog up to this build  tests results

Standalone Versionorg.tmatesoft.svn_1.1.8.standalone.zip
Standalone Version (without JNA)org.tmatesoft.svn_1.1.8.standalone.nojna.zip
Source Code Archiveorg.tmatesoft.svn_1.1.8.src.zip
Eclipse Update Site Archiveorg.tmatesoft.svn_1.1.8.eclipse.zip
Eclipse Update Site Locationhttp://www.svnkit.com/
Source Code@svn repository

Daily Builds

We are running continuous integration server at https://teamcity.svnkit.com/. SVNKit is built and full tests suite is conducted daily, in addition there are automated build procedures for every modification with reduced tests suite.

Eclipse Update Site

To get an Eclipse plugin version use http://eclipse.svnkit.com/1.2.x/ as an update site location in Eclipse Update Manager.

  • In Eclipse menu select Help->Software Updates
  • Then choose 'Available Software' tab
  • Click 'Add Site...' button
  • Type http://eclipse.svnkit.com/1.2.x/ in the 'Location' field and press 'OK'.
  • Check the new site (it should appear in the list of update sites) and follow further steps prompted by Eclipse.

Note: Following above instructions you will get a SVNKit library installed as an Eclipse plugin, so Eclipse plugins you're developing could use SVNKit library. There is no need to install SVNKit as Eclipse plugin for Subclipse users, because Subclipse already includes SVNKit library and does not need any additional plugins to use it. Just select 'SVNKit' in Subclipse preference page to make Subclipse use SVNKit.

Latest Development Version

To browse source code visit http://svn.svnkit.com/repos/svnkit/
To get the latest source code (with the SVN command line client) use the following command:

$ svn co http://svn.svnkit.com/repos/svnkit/trunk/

Then use the following commands to build SVNKit from sources:

$ export ECLIPSE_HOME=/path/to/eclipse # needed to build SVNKit as Eclipse plugin
$ ant deploy
$ cd build/deploy