Changeset 5835 for README


Ignore:
Timestamp:
12/07/11 00:00:29 (6 months ago)
Author:
vain
Message:
  • updated toplevel infos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r1795 r5835  
    44This is the top of the Clansuite Subversion repository. 
    55 
    6 This document explains the folder structure and the development cycle we use. 
     6This document explains the folder structure. 
    77 
    8 1) Folder Structure 
     8Folder Structure 
     9---------------- 
    910 
    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. 
    1316 
    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. 
    1526                      Here you find the latest development sources. 
    1627                      When people say "Get the head of trunk", they mean 
    1728                      the latest revision of this directory tree. 
    1829 
    19    [branches]  ---->  Various development branches. This folder typically 
    20                       contains a complete copy of /trunk in a subfolder, usally 
    21                       /clansuite-rev. When that certain /clansuite-rev is stable 
    22                       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. 
    2435 
    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. 
    2737 
    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.