Changeset 5835 for README.html.en
- Timestamp:
- 12/07/11 00:00:29 (6 months ago)
- File:
-
- 1 edited
-
README.html.en (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
README.html.en
r3410 r5835 1 1 <pre> 2 _________________________3 C L A N S U I T E2 _________________________ 3 C L A N S U I T E 4 4 5 5 This is the top of the Clansuite Subversion repository. 6 6 7 This document explains the folder structure and the development cycle we use.7 This document explains the folder structure. 8 8 9 1) Folder Structure 9 Folder Structure 10 ---------------- 10 11 11 [at-dev] ----> Various stuff in development. 12 You can find our Developler Ressources in the /resources folder too. 13 14 [toolbar] ----> Main-Folder for the Clansuite Community Toolbar. 15 Main-working directory for developers is /toolbar/trunk/. 16 Releases are found under /toolbar/tags. 17 18 [trunk] ----> Is the main working directory for developers. 19 Here you find the latest development sources. 20 When people say "Get the head of trunk", they mean 21 the latest revision of this directory tree. 22 23 [branches] ----> Various development branches. This folder typically 12 [branches] ----> Various development branches. This folder typically 24 13 contains a complete copy of /trunk in a subfolder, usally 25 14 /clansuite-rev. When that certain /clansuite-rev is stable … … 27 16 And /trunk development proceeds normally. 28 17 29 [tags] ----> The tags folder contains the snapshots of milestone releases. 18 [resources] ----> Contains images and some developer resources. 19 20 [subprojects] --> Contains several additional projects, created from ideas during 21 the development of Clansuite. 22 23 [tags] ----> The tags folder contains the snapshots of milestone releases. 30 24 Tags aren't changed after they are created! 31 25 32 [website] ----> Contains the PHP/HTML Sourcecode of Clansuite's Website at GNA. 26 [website] ----> Contains the PHP/HTML Sourcecode of Clansuite's Website at GNA. 27 Here you find the latest development sources. 33 28 34 [website-clansuite.com] ----> Contains the PHP/HTML Sourcecode of Clansuite's Official Website. 29 [vendors] ----> All 3th party libraries are stored in this folder. 30 When a vendor updates his library, we tag the version number. 31 Tag updates are marked as [vendor][version] when commiting. 32 The up-to-date version remains in the subfolder /current. 33 Clansuite Core or a Module. 35 34 36 2) Development Cycle 35 [website] ----> Contains the HTML Sourcecode of the GNA Project website. 37 36 38 New Stuff -> TRUNK -> if stable -> BRANCH -> add bugfixes -> TAG (Milestone Release)39 37 </pre>
Note: See TracChangeset
for help on using the changeset viewer.
