MG/Getting The Code

From MegaGlest
Revision as of 18:37, 3 September 2010 by Titus (talk) (Created page with "'''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 her…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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