Differences between revisions 1 and 2
Revision 1 as of 2007-02-28 06:31:50
Size: 481
Editor: nat
Comment:
Revision 2 as of 2007-02-28 08:26:46
Size: 487
Editor: nat
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
svnkit/lib directory will contain a library jar file ('''svnkit.jar''') built and the Ganymed library jar ('''ganymed.jar''') that is needed if you are going to use svn+ssh connection protocol. {{{svnkit/lib}}} directory will contain a library jar file ('''svnkit.jar''') built and the Ganymed library jar ('''ganymed.jar''') that is needed if you are going to use svn+ssh connection protocol.

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 [http://ant.apache.org ANT] to build svnkit.jar

$ ant build-standalone

svnkit/lib directory will contain a library jar file (svnkit.jar) built and the Ganymed library jar (ganymed.jar) that is needed if you are going to use svn+ssh connection protocol.

Building_SVNKit (last edited 2008-02-21 07:00:23 by nat7)