The only pure Java™ Subversion library in the world!
Home Get Library Knowledge Base Licensing

Making SvnAnt (1.1.0-rc1) use SVNKit

Step-by-step instructions:

  • Checkout svnant 1.1.0-rc1: svn co http://subclipse.tigris.org/svn/subclipse/tags/svnant/1.0.0 svnant-1.1.0
  • Go to checked out directory and run ant makeDistrib command
  • Put all jars from svnant-1.1.0/build/distrib to ANT_HOME/lib directory

You may now run build.xml from svnant-1.1.0/build/distrib/ant.xml - SVNKit will be used automatically when JavaHL is not available.

Note: build.xml will fail, because URL specified in build.properties is not valid, but you may change it to another URL, i.e. one of svnant above, run ant with -v option to see what adapter (JavaHL or SVNKit) is used.

If you have any questions regarding SVNKit, would like to report a bug or contribute a patch, please write to support@svnkit.com


Java™ and all Java-based marks are a trademark or registered trademark of Sun Microsystems, Inc, in the United States and other countries. TMate Software and the website svnkit.com are independent of Sun Microsystems, Inc. and have no relationship, formal or informal.