cmdr
Artifact [0cae74cf26]
Not logged in

Artifact 0cae74cf26731b000c8372b1128fb019b4e1115a:


[comment {--- Standard section about fossil in general --}]

For the curious (or a developer-to-be), the sources of this project
are managed by the [uri http://www.fossil-scm.org {Fossil SCM}].

Binaries for popular platforms can be found directly at its
[uri http://www.fossil-scm.org/download.html {download page}].

[para]

With that tool available the full history of our project can be
retrieved via:

[example_begin]
fossil clone [vset REPOSITORY] [vset PROJECT].fossil
[example_end]

followed by

[example_begin]
mkdir [vset PROJECT]
cd    [vset PROJECT]
fossil open ../[vset PROJECT].fossil
[example_end]

to get a checkout of the head of the trunk.