fx_sources - fx - How To Get The Sources
Welcome to fx, an application and set of packages providing extended management commands for the fossil SCM.
Please read the document fx - Introduction to fx, if you have not done so already, to get an overview of the whole system.
The audience of this document is anyone wishing to either have just a look at fx's source code, or build the application and packages, or to extend and modify them.
For builders and developers we additionally provide
respectively.
The official repository for fx can be found at https://core.tcl.tk/akupries/fx. For backup in case the primary location is not accessible it is also available at https://chiselapp.com/user/andreas_kupries/repository/Fossil2git/index.
Assuming that you simply wish to look at the sources, or build a specific revision, the easiest way of retrieving it is to:
Log into this site, as "anonymous", using the semi-random password in the captcha.
Go to the "Timeline".
Choose the revision you wish to have and
follow its link to its detailed information page.
On that page, choose either the "ZIP" or "Tarball" link to get a copy of this revision in the format of your choice.
For the curious (or a developer-to-be), the sources are managed by the Fossil SCM. Note that this is the same SCM this project is a management extension to. Binaries for popular platforms can be found directly at its download page.
With that tool available the full history can be retrieved via:
fossil clone https://core.tcl.tk/akupries/fx fx.fossil
followed by
mkdir fx cd fx fossil open ../fx.fossil
to get a checkout of the head of the trunk.
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such at the fx Tracker. Please also report any ideas for enhancements you may have for either package and/or documentation.
Fossil support