m (Updated "latest stable" SVN URL from 1.0 to 1.2...) |
(Just added paths for CS 1.4 and CEL 1.4) |
||
| Line 13: | Line 13: | ||
svn co https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 CS_stable | svn co https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 CS_stable | ||
| + | |||
| + | For version 1.4 use this location: https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.4 | ||
To get the latest development version of [[CEL]] you can do: | To get the latest development version of [[CEL]] you can do: | ||
svn co https://cel.svn.sourceforge.net/svnroot/cel/cel/trunk CEL_latest | svn co https://cel.svn.sourceforge.net/svnroot/cel/cel/trunk CEL_latest | ||
| + | |||
| + | And you can get CEL 1.4 here: https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V1.4/ | ||
And to get the latest version of [[Crystal Core]] you can do: | And to get the latest version of [[Crystal Core]] you can do: | ||
svn co https://www.crystalspace3d.org/svn/cc/trunk crystalcore | svn co https://www.crystalspace3d.org/svn/cc/trunk crystalcore | ||
Revision as of 15:57, 16 December 2008
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 1.2 release of Crystal Space you can do:
svn co https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.2 CS_stable
For version 1.4 use this location: https://crystal.svn.sourceforge.net/svnroot/crystal/CS/branches/release/V1.4
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 1.4 here: https://cel.svn.sourceforge.net/svnroot/cel/cel/branches/release/V1.4/
And to get the latest version of Crystal Core you can do:
svn co https://www.crystalspace3d.org/svn/cc/trunk crystalcore
