You are currently viewing Fossil: Distributed Software Configuration

Fossil: Distributed Software Configuration

What Is Fossil?

Fossil is a simple, high-reliability, distributed software configuration management system with these advanced features:

  1. Integrated Bug Tracking, Wiki, Forum, and Technotes – In addition to doing distributed version control like Git and Mercurial, Fossil also supports bug trackingwikiforum, and technotes.
  1. Built-in Web Interface – Fossil has a built-in, themeableextensible, and intuitive web interface with a rich variety of information pages (examples) promoting situational awareness.This entire website is just a running instance of Fossil. The pages you see here are all wiki or embedded documentation or (in the case of the download page) unversioned files. When you clone Fossil from one of its self-hosting repositories, you get more than just source code – you get this entire website.
  1. Self-Contained – Fossil is a single self-contained stand-alone executable. To install, simply download a precompiled binary for Linux, Mac, or Windows and put it on your $PATH. Easy-to-compile source code is also available.
  1. Simple Networking – No custom protocols or TCP ports. Fossil uses ordinary HTTP (or HTTPS or SSH) for network communications, so it works fine from behind restrictive firewalls, including proxies. The protocol is bandwidth efficient to the point that Fossil can be used comfortably over dial-up or over the exceedingly slow Wifi on airliners.
  1. Simple Server Setup – No server is required, but if you want to set one up, Fossil supports several different server configurations including CGI, SCGI, and direct HTTP. You can also easily set up your Fossil repository to automatically mirror content on GitHub.
  1. Autosync – Fossil supports “autosync” mode which helps to keep projects moving forward by reducing the amount of needless forking and merging often associated with distributed projects.
  1. Robust & Reliable – Fossil stores content using an enduring file format in an SQLite database so that transactions are atomic even if interrupted by a power loss or system crash. Automatic self-checks verify that all aspects of the repository are consistent prior to each commit.
  1. Free and Open-Source – Uses the 2-clause BSD license.

Source: Fossil: Home

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.