JavaSVN The only pure Java Subversion client library in the world!
Home :: Knowledge Base :: How to build JavaSVN library from sources
Get JavaSVN source code with the svn command line client
$ svn co http://72.9.228.230/svn/jsvn/trunk javasvn
Go to checked out directory
$ cd javasvn
Use ANT to build javasvn.jar
$ ant build-standalone
javasvn/lib directory will contain built library jar file (javasvn.jar)
and JSCH library (jsch.jar) that is needed if you are going to use svn+ssh connection
protocol.
If you have any questions regarding JavaSVN, would like to report a bug or contribute a patch, please write to
support@tmatesoft.com
|