(Updated the version numbers of the branches) |
(Removed the information on Crystal Core since it is not maintained anymore) |
||
| Line 19: | Line 19: | ||
And you can get CEL 2.0 here: https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V2.0 | And you can get CEL 2.0 here: https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V2.0 | ||
| - | |||
| - | And to get the latest version of [[Crystal Core]] you can do: | ||
| - | |||
| - | svn co https://www.crystalspace3d.org/svn/cc/trunk crystalcore | ||
Revision as of 13:44, 26 October 2012
Subversion is a version control system similar to CVS. You can download various Subversion clients from this location. The latest source of Crystal Space, CEL, and Crystal Core can be downloaded from a Subversion repository by using one of the Subversion clients. In this page we explain how to do this with the simple Subversion commandline client. Read the documentation of your client to see how to do those commands.
To check out the latest source of Crystal Space you can do:
svn co https://crystal.svn.sourceforge.net/svnroot/crystal/CS/trunk CS_latest
This will check out the latest version of Crystal Space (which is called the trunk) to a local directory on your harddisk which is called CS_latest. If, at a later time, you want to update this local copy of Crystal Space to the latest changes in the trunk then you can do:
cd CS_latest svn update
To check out the latest 2.0 release of Crystal Space you can do:
svn co https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V2.0 CS_stable
To get the latest development version of CEL you can do:
svn co https://cel.svn.sourceforge.net/svnroot/cel/cel/trunk CEL_latest
And you can get CEL 2.0 here: https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V2.0
