Nowadays, Fossil (software) is a topic that has gained relevance in various areas of daily life. With the advancement of technology and globalization, Fossil (software) has become a central point of discussion and interest for many. Both academically and personally, Fossil (software) has sparked curiosity and debate about its implications and consequences. Whether in the social, political, economic or scientific context, Fossil (software) has generated endless reflections and research that seek to unravel its complexities and consequences for today's society. In this article, we will explore some of the most relevant dimensions of Fossil (software) and its impact on our environment.
This article needs additional citations for verification. (January 2021) |
![]() | |
Original author(s) | D. Richard Hipp |
---|---|
Initial release | 2006 |
Stable release | 2.25[1] ![]() |
Repository | |
Written in | C, SQL |
Operating system | Cross-platform |
Type | Software configuration management, bug tracking system, wiki software |
License | 2010: BSD-2-Clause[a][2] 2007: GPL-2.0-only[b] |
Website | www![]() |
Fossil is a software configuration management, bug tracking system and wiki software server for use in software development created by D. Richard Hipp.
Fossil is a cross-platform distributed version control system that runs on Linux, BSD derivatives, Mac and Windows. It is capable of performing distributed version control, bug tracking, wiki services, and blogging.[3][4]
The software has a built-in web interface, which reduces project tracking complexity and promotes situational awareness. A user may simply type "fossil ui" from within any check-out and Fossil automatically opens the user's web browser to display a page giving detailed history and status information on that project. The fossil executable may be run as a standalone HTTP server, as a CGI application, accessed via SSH, or run interactively from the CLI.[5]
To simplify centralized development, Fossil provides an "autosync" mode to automatically sync changes when commits are made, in a similar manner to centralized version control systems.[4][6]
Content is stored using a SQLite database so that transactions are atomic even if interrupted by a power loss or system crash.[7]
Fossil is free software released under a BSD license (relicensed from previously GPL).[8]
Fossil is used for version control by the SQLite project, which is itself a component of Fossil. SQLite transitioned to using Fossil for version control over CVS on 2009-08-12.[9][10]
Some examples of other projects using Fossil are:
The following websites provide free source code hosting for Fossil repositories: