Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / devel / fossil / DESCR
blobcb27d9a143078fbd94ee873739856e921cf1e534
1 There are plenty of open-source version control systems available on the
2 Internet these days. What makes Fossil worthy of attention?
4  1. Bug Tracking And Wiki - In addition to doing distributed version control
5  like Git and Mercurial, Fossil also supports distributed bug tracking and
6  distributed wiki all in a single integrated package.
8  2. Web Interface - Fossil has a built-in and easy-to-use web interface that
9  simplifies project tracking and promotes situational awareness. Simply type
10  "fossil ui" from within any check-out and Fossil automatically opens your web
11  browser in a page that gives detailed history and status information on that
12  project.
14  3. Autosync - Fossil supports "autosync" mode which helps to keep projects
15  moving forward by reducing the amount of needless forking and merging often
16  associated distributed projects.
18  4. Self-Contained - Fossil is a single stand-alone executable that contains
19  everything needed to do configuration management. Installation is trivial:
20  simply download a precompiled binary for Linux, Mac, or Windows and put it on
21  your $PATH. Easy-to-compile source code is available for users on other
22  platforms. Fossil sources are also mostly self-contained, requiring only the
23  "zlib" library and the standard C library to build.