|
The only pure Java Subversion library in the world!
|
|
How to build JavaSVN library from sources
Get JavaSVN source code with the svn command line client
$ svn co http://svn.tmate.org/repos/jsvn/trunk javasvn
Go to the 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
|