Difference between revisions of "Checkout source from Subversion"

From OpenKM Documentation
Jump to: navigation, search
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
Go to '''File''' / '''New''' / '''Other''' and select '''Maven''' / '''Checkout Maven Projects from SCM''':
 
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/).
  
 
[[File:Okm_dev_guide_001.jpeg‎|459px|center]]
 
[[File:Okm_dev_guide_001.jpeg‎|459px|center]]
  
 +
{{Note|SourceForge has updated some of its features and the OpenKM Subversion repository has changed. To get the source code: svn checkout http://svn.code.sf.net/p/openkm/code/branches/6.3/openkm openkm-code}}
  
Select the '''svn''' type and type the url https://openkm.svn.sourceforge.net/svnroot/openkm/branches/4.0/openkm to refer version 4.0:
+
Select the '''svn''' type and type the url http://svn.code.sf.net/p/openkm/code/branches/6.3/ to refer version 6.3:
  
 +
Select the '''svn''' type and type the url http://svn.code.sf.net/p/openkm/code/branches/6.2/openkm to refer version 6.2:
  
{|
+
Select the '''svn''' type and type the url http://svn.code.sf.net/p/openkm/code/branches/5.1/openkm to refer version 5.1:
 +
 
 +
Select the '''svn''' type and type the url http://svn.code.sf.net/p/openkm/code/branches/5.0/openkm to refer version 5.0:
 +
 
 +
Select the '''svn''' type and type the url http://svn.code.sf.net/p/openkm/code/branches/4.1/openkm to refer version 4.1:
 +
 
 +
Select the '''svn''' type and type the url http://svn.code.sf.net/p/openkm/code/branches/4.0/openkm to refer version 4.0:
 +
 
 +
 
 +
{| align="center"
 
|[[File:Okm_dev_guide_002.jpeg‎|459px]]
 
|[[File:Okm_dev_guide_002.jpeg‎|459px]]
 
|[[File:Okm_dev_guide_003.jpeg‎|459px]]
 
|[[File:Okm_dev_guide_003.jpeg‎|459px]]
Line 14: Line 26:
  
  
Be patient, first time you downloading OpenKM from svn, you're downloading all libraries to your maven repository. It could need some hours depending your Internet connection.
+
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.
  
  
Line 20: Line 32:
  
  
After OpenKM it'll be downloaded, automatically it'll be compiled.
+
After OpenKM will be downloaded, and automatically compiled.
 +
 
 +
{{Note|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
  
 
[[Category: Developer Guide]]
 
[[Category: Developer Guide]]

Latest revision as of 10:54, 28 September 2016

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/).

Okm dev guide 001.jpeg

Nota clasica.png SourceForge has updated some of its features and the OpenKM Subversion repository has changed. To get the source code: svn checkout http://svn.code.sf.net/p/openkm/code/branches/6.3/openkm openkm-code

Select the svn type and type the url http://svn.code.sf.net/p/openkm/code/branches/6.3/ to refer version 6.3:

Select the svn type and type the url http://svn.code.sf.net/p/openkm/code/branches/6.2/openkm to refer version 6.2:

Select the svn type and type the url http://svn.code.sf.net/p/openkm/code/branches/5.1/openkm to refer version 5.1:

Select the svn type and type the url http://svn.code.sf.net/p/openkm/code/branches/5.0/openkm to refer version 5.0:

Select the svn type and type the url http://svn.code.sf.net/p/openkm/code/branches/4.1/openkm to refer version 4.1:

Select the svn type and type the url http://svn.code.sf.net/p/openkm/code/branches/4.0/openkm to refer version 4.0:


Okm dev guide 002.jpeg Okm dev guide 003.jpeg


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.


Okm dev guide 006.jpeg


After OpenKM will be downloaded, and automatically compiled.


Nota clasica.png 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