Changes between Version 5 and Version 6 of DevelopersCorner
- Timestamp:
- 03/06/08 16:06:45 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersCorner
v5 v6 5 5 SVN is organized into several main folders: 6 6 7 7 '''trunk''': 8 8 This is the main development area for Fusion and is always the most up-to-date version. It will typically be somewhat unstable and should not be used for deploying applications. 9 branches:9 '''branches''': 10 10 Releases of Fusion are organized into branches. When a new major or minor release is made, it is copied from trunk to the branches folder and named {{{fusion-<major>-<minor>}}}. Any bug fixes related to that version are applied to the branch and new bugfix releases can be created from the branch from time to time. A branch is considered stable and usable for deploying applications. 11 tags:11 '''tags''': 12 12 All major, minor and bugfix releases of Fusion are tagged by copying the appropriate branch revision to the tags folder. Binary releases are created by checking out a tag sub folder and running the build process against that folder. You should not commit any changes to a tag. 13 sandbox:13 '''sandbox''': 14 14 Everyone who is a Fusion developer should have a sandbox folder to use for testing out new ideas and implementing specific functionality. Sandbox directories can be used for anything you like. 15 15