Latest Stable Version

29 Nov 2009, 18:00, version 1.3.2

Changelog (since version 1.3.1):
+ Changes made in Subversion since version 1.6.5 implemented, 
  all Subversion 1.6.6 features are supported.
   
   * Negotiate authorization mechanism was not used when multiple authorization 
     schemes were offered to client by server. 
   * SQLJet library upgraded to version 1.0.1.
   * JNA library upgraded to version 3.2.3.
      
+ Bugfixes and performance improvements.


* SVNKit 1.3 API is not binary compatible with SVNKit 1.1.8

full changelog up to this build  tests results

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

Older Version

15 Sep 2009, 16:40, version 1.3.1

Changelog (since version 1.3.0):
+ Changes made in Subversion since version 1.6.2 implemented, 
  all Subversion 1.6.5 features are supported.
   
   * Representation cache DB support, using SQLJet (http://sqljet.com) library.
   * Added implementations for couple of missing JavaHL methods.
   * Fixed 'svn: Checksum mismatch while reading representation' exception on
     reading vdelta from local repositories.
   * Several dump and load operation issues fixed.
   * JNA library upgraded to version 3.1.0.
      
+ Other bugfixes and performance improvements.


* SVNKit 1.3 API is not binary compatible with SVNKit 1.1.8

full changelog up to this build  tests results

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

Maven Repository

Since version 1.3.1 we maintain our own Maven system compatible repository where new SVNKit artifacts are published. SVNKit dependecy details:

groupIdorg.tmatesoft.svnkit
artifactIdsvnkit
versionlatest release version (for example, 1.3.1)
repositoryhttp://maven.svnkit.com/maven2/

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 install SVNKit as an Eclipse plugin or to make sure that you have the latest version installed, use http://eclipse.svnkit.com/1.3.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.3.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.

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 
      

Even Older Versions

You may still donwload SVNKit 1.2.3 and 1.1.8 binaries from our continuous integration server at https://teamcity.svnkit.com. Login as guest user when prompted and follow 'artifacts' link in corresponding build configuration.