| 
The only pure Java Subversion library in the world!
 | 
 
| 
 | 
 
 
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 
 
 |