Checkout source code from Subversion

From version 6.3.3 the source code is available at GitHub, take a look at Checkout source code from Git.

Go to File / New / Other and select Maven / Checkout Maven Projects from SCM:

Hint: If your SCM dropdown list is empty, install the Maven Subclipse extension from (http://m2eclipse.sonatype.org/sites/m2e-extras/).

VersionUrlCommand line

6.3.x

http://svn.code.sf.net/p/openkm/code/branches/6.3/

$ svn co http://svn.code.sf.net/p/openkm/code/branches/6.3/

6.2.x

http://svn.code.sf.net/p/openkm/code/branches/6.2/openkm

$ svn co http://svn.code.sf.net/p/openkm/code/branches/6.2/openkm

5.1.x

http://svn.code.sf.net/p/openkm/code/branches/5.1/openkm

$ svn co http://svn.code.sf.net/p/openkm/code/branches/5.1/openkm

4.1.x

http://svn.code.sf.net/p/openkm/code/branches/4.1/openkm

$ svn co http://svn.code.sf.net/p/openkm/code/branches/4.1/openkm

4.0.x

http://svn.code.sf.net/p/openkm/code/branches/4.0/openkm

$ svn co http://svn.code.sf.net/p/openkm/code/branches/4.0/openkm

Be patient, first time you downloading OpenKM from svn, you're downloading all libraries to your maven repository. It could take several minutes depending your Internet connection.

OpenKM will be downloaded, and automatically compiled.

If you want native support for Subversion, you have to install the libsvn-java package in Linux. The edit the eclipse.ini configuration file and add the following line:

-Djava.library.path=/usr/lib/jni