Using Fossil
Fossil is an open source distributed version control system, designed and developed by the creator of SQLite. A stand-alone Fossil executable has a source control management engine, web interface, issue tracker, wiki, and built-in web server. Fossil is available for Linux, Windows, and macOS.
To use Fossil from Qt Creator, you must install and configure it, as described in the following sections.
Configuring Fossil
- Download the Fossil SCM client and install the
fossil
executable file in yourPATH
. - Create or designate a directory to store local Fossil repositories and remote clones. For example:
~/fossils/qt
. - Select Edit > Preferences > Version Control > Fossil, and set the designated directory in the Default path field.
To create a local Fossil repository, select Tools > Fossil > Create Repository.
To clone a remote Fossil repository, select File > New Project > Import Project > Fossil Clone.
Additional Fossil Functions
In addition to the standard version control system functions described in Using Version Control Systems, the Fossil submenu has the following items:
Menu Item | Description |
---|---|
Pull | Pull changes from the remote repository. |
Push | Push committed changes to the remote repository. |
Update | Change the version of the current checkout. Any uncommitted changes are retained and applied to the new checkout. |
Settings | Configure the settings of the local repository. |