JavaSVN The only pure Java Subversion client library in the world!


Home :: Knowledge Base

Making SvnAnt use JavaSVN


Step-by-step instructions:

  • Delete existing javahl.jar and svnClientAdapter.jar (libraries distirbuted with the svnant) from your Ant classpath (ANT_HOME/lib/ directory).
  • Download latest version of JavaSVN library. You will need javasvn.jar file from the library distribution.
  • Get patched version of svnClientAdapter.jar (version 0.9.13).
  • Put javasvn.jar and svnClientAdapter-0.9.13.jar files on your Ant classpath (ANT_HOME/lib/ directory).

After performing the steps above svnant will use JavaSVN instead of JavaHL bindings.

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