Home :: Documentation :: Build Instructions

How to build JavaSVN library from sources

Get JavaSVN source code with the svn command line client

$ svn co http://72.9.228.230:8080/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-0.1.18.jar) that is needed if you are going to use svn+ssh connection protocol.

Requirements

JavaSVN is built with JDK 1.4.2_05, ANT 1.6.2

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

(c) 2004 TMate Software. All rights reserved.