Latest Stable 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

Latest Beta Version

1 Jul 2008, 06:06, version 1.2.0-beta2

Changelog:
== version 1.2.0-beta2

+ JavaHL compatiblity bugfixes
+ DAV protocol performance improvements

== version 1.2.0-beta

+ Subversion 1.5.0 features support
+ Full JavaHL's 1.5.0 SVNClient implementation
+ Significantly improved SVNKit-based Subversion command line client

full changelog up to this build  tests results

Standalone Versionorg.tmatesoft.svn_1.2.0-beta2.standalone.zip
Standalone Version (without JNA)org.tmatesoft.svn_1.2.0-beta2.standalone.nojna.zip
Source Code Archiveorg.tmatesoft.svn_1.2.0-beta2.src.zip
Eclipse Update Site Archiveorg.tmatesoft.svn_1.2.0-beta2.eclipse.zip
Eclipse Update Site Locationhttp://eclipse.svnkit.com/1.2.x/
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://svnkit.com/ as an update site location in Eclipse Update Manager.

  • In Eclipse menu select Help->Software Updates->Find and Install...
  • Then choose 'Search for new features to install' combobox
  • Click 'Next', then click 'New Remote Site...'
  • Type http://svnkit.com/ in the URL field and your preferred name for the update site in the name field.
  • 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