diff options
author | Andy Goth <andrew.m.goth@gmail.com> | 2017-04-09 00:25:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:27:45 +0700 |
commit | 2e997851bae26ff5f741e0dc513ee4f6bf05e4d4 (patch) | |
tree | 94445da58eadc69c637749eb167afa45beacd43f /development/fossil/README | |
parent | a44a15cd1fc29d9b7a5231d61ad6b67296807bb5 (diff) | |
download | slackbuilds-2e997851bae26ff5f741e0dc513ee4f6bf05e4d4.tar.gz |
development/fossil: Updated for version 2.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/fossil/README')
-rw-r--r-- | development/fossil/README | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/development/fossil/README b/development/fossil/README index 43c131d3c8..9d1df46c70 100644 --- a/development/fossil/README +++ b/development/fossil/README @@ -1,5 +1,13 @@ Fossil is a distributed version control and bug tracking system created by -D. Richard Hipp. Fossil embeds a web server to provide a graphical interface -for end users, developers, and administrators. Also included is a file -server for remote repository synchronization. Content is stored using -SQLite for atomicity, durability, and ease of administration. +D. Richard Hipp, primary author of SQLite. Fossil embeds a web server which +provides a graphical interface for developers, administrators, and end users. +Features: tamper-resistant immutable artifact record, simple command-line +interface, coherent versioning across all files, easy branching and merging, +bisect searches, full-text documentation searches, customizable web interface, +online activity reports, built-in wiki, SHA3-256 and hardened SHA1 checksums, +FUSE filesystem, and automated replication and backup. Fossil can host the +entire project development website, including the download area, but it also can +be used for individual projects with no need for a server. An interesting +application is coordination of /etc and other system configuration files across +a network of computers. Content is stored in an SQLite database for atomicity, +durability, and easy administration. |