Fossil installation

Not logged in

Installation

Installing the binary:

You can do both of these in one step on Ubuntu 32-bit by just running

wget http://www.fossil-scm.org/download/fossil-linux-x86-20140127173344.zip
unzip fossil-linux-x86-20140127173344.zip
sudo cp fossil /usr/local/bin/fossil

Installing from source:

(Building from source is recommended if your running a 64-bit Linux.)

Cloning this repository

(Note that in Fossil a repository is a single file, and isn't connected to a particular source tree, as opposed to Git, where a repository is a subdirectory of the source tree, and thus source trees and repositories are one-to-one. In Fossil, you can have multiple source trees pointing to the same repository, perhaps with different trees in different states, checkouts, etc.)