![]() |
![]() |
Starting from version 1.1.3 Subversive includes JavaHL as a default Subversion client. This client is prepackaged by Windows native binaries only, which means that immediately after installation, default Subversion client can work only on Windows platforms. For others the user should perform actions described below to configure default Subversion client or switch to another Subversion client. Previous versions of Subversive had pure Java JavaSVN/SVNKit client as default and this clients can work on different OS.
Note: |
if after Subversive installation or update you get an error "0x00100000: Cannot load libraries: org.tigris.subversion.javahl.SVNClient" then you should follow instructions below in order to resolve it. |
If you want to use Subversive not under Windows OS, then the simplest choice, which doesn't require a lot of efforts, is installing and using pure Java SVNKit Subversion library:
Alternatively you can build JavaHL binaries for your OS by yourself and use these binaries together with JavaHL client for Subversive. But this way requires some efforts for building/configuring JavaHL. JavaHL is distributed as the part of Subversion source code, so you can refer http://subversion.tigris.org/ for details.