Download: Unterschied zwischen den Versionen
Aus OpenDino
Admin (Diskussion | Beiträge) (→Download Source Code) |
Admin (Diskussion | Beiträge) (→Download Source Code) |
||
Zeile 15: | Zeile 15: | ||
The software is version controlled using a Subversion (SVN) repository. | The software is version controlled using a Subversion (SVN) repository. | ||
− | |||
− | |||
Download the software with shell command: | Download the software with shell command: | ||
− | <pre> $ svn checkout svn://svn.code.sf.net/p/opendino/code/ | + | <pre> $ svn checkout svn://svn.code.sf.net/p/opendino/code/ opendino-code</pre> |
+ | |||
+ | 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.apache.org/ subversion homepage]) and should not be downloaded. | ||
Downloading requires a [http://subversion.apache.org/ subversion client] or an appropriate plug-in for your IDE. | Downloading requires a [http://subversion.apache.org/ subversion client] or an appropriate plug-in for your IDE. |
Version vom 19. März 2014, 21:17 Uhr
Download Software
.
!!!!!!!!!!!!!!!!!!!!!!! CURRENTLY NOT AVAILABLE !!!!!!!!!!!!!!!!!!!!!!!
.
Download Source Code
Source code is located at
https://sourceforge.net/p/opendino/code
The software is version controlled using a Subversion (SVN) repository.
Download the software with shell command:
$ svn checkout svn://svn.code.sf.net/p/opendino/code/ opendino-code
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.
Downloading requires a subversion client or an appropriate plug-in for your IDE.