From 79cf7546394c9271ad35896644871acd6a4d34b1 Mon Sep 17 00:00:00 2001
From: Travis Paul
Date: Sun, 22 Jun 2014 11:22:05 -0500
Subject: [PATCH] Added Fossil to Version Control section
Fossil is a version control system that uses SQLite.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 9779d19..abfb44b 100644
--- a/README.md
+++ b/README.md
@@ -278,6 +278,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
## Version control
*Software versioning and revision control.*
+* [Fossil](http://www.fossil-scm.org/) - Distributed version control with built-in wiki and bug tracking.
* [Git](http://git-scm.com/) - Distributed revision control and source code management (SCM) with an emphasis on speed.
* [Mercurial](http://mercurial.selenic.com/) - Another distributed revision control.
* [Subversion](http://subversion.apache.org/) - Client-server revision control system.