Download: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
(Download Source Code from Subversion Repository)
(Download Source Code)
Zeile 16: Zeile 16:
 
<pre> $ svn checkout {ToDo:Link to SVN}</pre>
 
<pre> $ svn checkout {ToDo:Link to SVN}</pre>
  
Downloading requires a [http://subversion.tigris.org/ subversion client] or a [http://subclipse.tigris.org/ subclipse] plugin for [http://www.eclipse.org/ eclipse].
+
Downloading requires a [http://subversion.tigris.org/ subversion client] or an appropriate plug-in for your IDE.

Version vom 15. Februar 2013, 23:25 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 an appropriate plug-in for your IDE.