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