Download: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
Zeile 18: Zeile 18:
 
.
 
.
  
The OpenOpal software is version controlled using a Subversion (SVN) repository.
+
The 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.
 
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 [http://subversion.tigris.org/ subversion homepage]) and should not be downloaded.
 
"branches" are copies of the "trunk" for temporary modifications (see the [http://subversion.tigris.org/ subversion homepage]) and should not be downloaded.

Version vom 12. September 2013, 22:15 Uhr

Download Software

.

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

.

Download Source Code

.

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

.

The 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 downloaded.

Download the software with shell command:

 $ svn checkout {ToDo:Link to SVN}

Downloading requires a subversion client or an appropriate plug-in for your IDE.