Quantcast
Channel: Hacker News
Viewing all articles
Browse latest Browse all 25817

Fossil: A decentralized version control, bug tracking, and wiki software

$
0
0

What Is Fossil?

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

  1. Integrated Bug Tracking, Wiki, and Technotes - In addition to doing distributed version control like Git and Mercurial, Fossil also supports bug tracking,wiki, and technotes.
  1. Built-in Web Interface - Fossil has a built-in and intuitive web interface with a rich assortment of information pages (examples) designed to promote situational awareness.
This entire website is just a running instance of Fossil. The pages you see here are all wiki orembedded documentation or (in the case of the download page) unversioned files. When you clone Fossil from one of itsself-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 aprecompiled binary for Linux, Mac, OpenBSD, 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 isbandwidth efficient to the point that Fossil can be used comfortably over dial-up.
  1. CGI/SCGI Enabled - No server is required, but if you want to set one up, Fossil supports four easyserver configurations.
  1. Autosync - Fossil supports "autosync" mode which helps to keep projects moving forward by reducing the amount of needlessforking 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.

Links For Fossil Users:

Links For Fossil Developers:


Viewing all articles
Browse latest Browse all 25817

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>