MG/Getting The Code

From MegaGlest
Revision as of 03:26, 5 October 2010 by Ultifd (talk) (Adding categories)
Jump to: navigation, search

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:

Folder structure.png


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