11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
There are many such systems in use today. Fossil strives to
distinguish itself from the others by being extremely simple
to setup and operate.
This document is intended as a quick introduction to the concepts
behind Fossil.
<h2>2.0 Composition Of A Project</h2>
<img src="concept1.gif" align="right" hspace="10">
A software project normally consists of a "source tree".
A source tree is a hierarchy of files that are used to generate
the end product. The source tree changes over time as the
software grows and expands and as features are added and bugs
|
>
>
>
>
>
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
There are many such systems in use today. Fossil strives to
distinguish itself from the others by being extremely simple
to setup and operate.
This document is intended as a quick introduction to the concepts
behind Fossil.
See also:
* [./whyusefossil.wiki#definitions|Definitions]
* [./quickstart.wiki|Quick start guide]
<h2>2.0 Composition Of A Project</h2>
<img src="concept1.gif" align="right" hspace="10">
A software project normally consists of a "source tree".
A source tree is a hierarchy of files that are used to generate
the end product. The source tree changes over time as the
software grows and expands and as features are added and bugs
|