source: README @ 6398

Revision 5835, 1.7 KB checked in by vain, 6 months ago (diff)
  • updated toplevel infos
  • Property svn:eol-style set to native
Line 
1                         _________________________
2                         C  L  A  N  S  U  I  T  E
3
4This is the top of the Clansuite Subversion repository.
5
6This document explains the folder structure.
7
8Folder Structure
9----------------
10
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.
16
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.
26                      Here you find the latest development sources.
27                      When people say "Get the head of trunk", they mean
28                      the latest revision of this directory tree.
29
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.
35
36  [website]   ---->   Contains the HTML Sourcecode of the GNA Project website.
37
38  [website-clansuite.com]   ---->  Contains the PHP/HTML Sourcecode of the clansuite.com website.
Note: See TracBrowser for help on using the repository browser.