58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
artifacts.</p></li>
<li><p>Two repositories for the same project can synchronize
their global states simply by sharing artifacts. The local
state of repositories is not normally synchronized or
shared.</p></li>
<li><p>Every baseline has a special file at the top-level
named "manifest" which is an index of all other files in
that baseline. The manifest is automatically created and
maintained by the system.</p></li>
<li><p>The <a href="fileformat.wiki">file formats</a>
used by Fossil are all very simple so that with access
to the original content files, one can easily reconstruct
the content of a baseline without the need for any
special tools or software.</p></li>
|
|
|
|
|
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
artifacts.</p></li>
<li><p>Two repositories for the same project can synchronize
their global states simply by sharing artifacts. The local
state of repositories is not normally synchronized or
shared.</p></li>
<li><p>Every check-in has a special file at the top-level
named "manifest" which is an index of all other files in
that check-in. The manifest is automatically created and
maintained by the system.</p></li>
<li><p>The <a href="fileformat.wiki">file formats</a>
used by Fossil are all very simple so that with access
to the original content files, one can easily reconstruct
the content of a check-in without the need for any
special tools or software.</p></li>
|