Menu Content/Inhalt
Home arrow Documentation arrow Subversion Usage SITEMAP SEARCH LOGIN
Subversion Usage Print

Subversion is the tool we use for storing our source code in a central location. This system allows everyone to have their own copy of the source code. You can read more about Subversion at Wikipedia.

If you just wish to take a quick look at the the Subversion repository, you may use the web-based interface: Browse Subversion Repository.

Development branches

We are developing two versions of FreeCol at the same time: the main version and a 0.9.x-branch. The former will be released as FreeCol 0.10.0 and will probably be buggy for a long time, while the latter will be used for creating 0.9.x releases.

Read more on the Subversion Repository Layout

Get the latest development version

The stability of the main version might be poor. We recommend the 0.8.x branch for users who appreciate stability and recommend the main version for users who would like to test new features and report bugs.

You need a Subversion client in order to get the development version of the game.

Main version:https://svn.freecol.org/svnroot/freecol/freecol/trunk
0.9.x-branch (recommended):https://svn.freecol.org/svnroot/freecol/freecol/branches/0.9.x

This is how you can get the versions using command-line subversion (refer to the application's documentation otherwise):

Getting the main version:
# svn co https://svn.freecol.org/svnroot/freecol/freecol/trunk freecol

Getting the 0.9.x branch:
# svn co https://svn.freecol.org/svnroot/freecol/freecol/branches/0.9.x freecol

The hash (#) represents your command-line prompt - don't write it :-)

In order to compile the game you will need a Java Virtual Machine version 1.5 or higher from Sun or Blackdown and a recent version of Ant.


 
< Prev   Next >
SourceForge.net Logo