Subversion Repository Layout
At the top-most level of the repository we have the following directories:
freecol | This part of the repository contains the application with source code and data files, audio and graphics currently in use. |
graphics | The source files for the graphics are contained within this directory. We also keep certain rendered images as well - especially if the images are currently not in use. |
audio | In the future, we might put some audio source files here. Currently it is almost empty. |
conceptual | This directory contains images used for inspiration when creating graphics. These are images not intended for the game. |
website | Resources developed solely for the website are kept here. |
Each of these directories have their own trunk, tags and branches directories. The trunk contains the main version, while the tags depicts how a version appears at a release and branches contains alternate directions of development.
Currently the tags and branches directories are only used for the freecol part of the repository.
Development branches
We are developing two versions of FreeCol at the same time: the main version and a stable branch.
We use the stable branch only for bugfix releases while new features are placed in the main version. When fixing bugs we add the changes both to the stable branch and the main version.