Subversion Projects
From BattletechMUX
HardCode Section Navigation
Our subversion repository is split up into different projects to allow for the easy organization of components of the codebase. These projects may be viewed via our Repository Viewer. A brief description of each project may be found below:
- btmux
- This is the folder were all the major current work takes place. Its divided into several sections.
- btmux/trunk
- This is the main developers section. In here you will find the most up to date version of the mux but it won't be guaranteed to compile.
- btmux/branches
- These are the various branches of code that are being worked on towards releases. They should be more stable then the code in the trunk but not always up to date. The numbers indicate what version of the BTMux it used for.
- btmux/tags
- These are the actual stable releases that have been posted for people to use. These should be stable and and ready to go. Checkout the latest tag if you are looking to start your first BTMux.
- This is the folder were all the major current work takes place. Its divided into several sections.
- maps
- The game/maps directory. Contains the latest map files.
- text
- The game/text directory. Contains the latest help/text files.
- mechs
- The game/mechs directory. Contains the latest template files.
- site_specific
- This directory contains individual site-specific things like the Frontier's text/maps/mechs directory. We simply provide some space for games to keep their files under version control for convenience.
