Legend:
- Unmodified
- Added
- Removed
-
README
r1795 r5835 4 4 This is the top of the Clansuite Subversion repository. 5 5 6 This document explains the folder structure and the development cycle we use.6 This document explains the folder structure. 7 7 8 1) Folder Structure 8 Folder Structure 9 ---------------- 9 10 10 [at-dev] ----> Various stuff in development. 11 You can find our Developler Ressources in the /resources folder too. 12 And there's also the /clansuite-toolbar folder. 11 [branches] ----> Various development branches. This folder typically 12 contains a complete copy of /trunk in a subfolder, usally 13 /clansuite-rev. When that certain /clansuite-rev is stable 14 it's merged back into /trunk/ and removed from /branch. 15 And /trunk development proceeds normally. 13 16 14 [trunk] ----> Is the main working directory for developers. 17 [resources] ----> Contains images and some developer resources. 18 19 [subprojects] --> Contains several additional projects created during 20 the development of Clansuite. 21 22 [tags] ----> The tags folder contains the snapshots of milestone releases. 23 Tags aren't changed after they are created! 24 25 [trunk] ----> Is the main working directory for developers. 15 26 Here you find the latest development sources. 16 27 When people say "Get the head of trunk", they mean 17 28 the latest revision of this directory tree. 18 29 19 [branches] ----> Various development branches. This folder typically20 contains a complete copy of /trunk in a subfolder, usally21 /clansuite-rev. When that certain /clansuite-rev is stable22 it's merged back into /trunk/ and removed from /branch.23 And /trunk development proceeds normally.30 [vendors] ----> All 3th party libraries are stored in this folder. 31 When a vendor updates his library, we tag the version number. 32 Tag updates are marked as [vendor][version] when commiting. 33 The up-to-date version remains in the subfolder /current. 34 Clansuite Core or a Module. 24 35 25 [tags] ----> The tags folder contains the snapshots of milestone releases. 26 Tags aren't changed after they are created! 36 [website] ----> Contains the HTML Sourcecode of the GNA Project website. 27 37 28 [website] ----> Contains the HTML Sourcecode of the GNA Project website. 29 30 [website-clansuite.com] ----> Contains the PHP/HTML Sourcecode of the clansuite.com website. 31 32 2) Development Cycle 33 34 New Stuff -> TRUNK -> if stable -> BRANCH -> add bugfixes -> TAG (Milestone Release) 38 [website-clansuite.com] ----> Contains the PHP/HTML Sourcecode of the clansuite.com website.
Note: See TracChangeset
for help on using the changeset viewer.
