Download: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
(Created page with "= Download Source Code from Subversion Repository = . '''!!!!!!!!!!!!!!!!!!!!!!!''' '''CURRENTLY NOT AVAILABLE''' '''!!!!!!!!!!!!!!!!!!!!!!!''' . The OpenOpal software is ver...")
 
(Download Source Code from Subversion Repository)
Zeile 1: Zeile 1:
= Download Source Code from Subversion Repository =
+
= Download Source Code =
  
 
.
 
.

Version vom 15. Februar 2013, 23:08 Uhr

Download Source Code

.

!!!!!!!!!!!!!!!!!!!!!!! CURRENTLY NOT AVAILABLE !!!!!!!!!!!!!!!!!!!!!!!

.

The OpenOpal software is version controlled using a Subversion (SVN) repository. In the SVN repository, a "trunk" exist and "branches" might be added. "trunk" contains the main development and should always at least compile and be executable. "branches" are copies of the "trunk" for temporary modifications (see the subversion homepage) and should not be dowloaded.

Download the software with shell command:

 $ svn checkout {ToDo:Link to SVN}

Downloading requires a subversion client or a subclipse plugin for eclipse.