MG/Getting The Code
Version Control and Getting the code:
We host the project at sourceforget.net at: https://sourceforge.net/projects/megaglest/
Download the latest full version from here ( source/data/binarys ):
https://sourceforge.net/projects/megaglest/files/current_release/
Or the hottest staff by running the following command from a commandline:
svn co https://megaglest.svn.sourceforge.net/svnroot/megaglest/trunk megaglest
Project folder layout:
All active development is done in the trunk subfolder. Each release is 'tagged' and a copy resides in the tags folder.
Branches are created in the branches folder when required to seperate larger changes from active / stable development.
More info about the SVN Structure: SVN Structure
