Fossil (software)
File:Fossil SCM logo.svg | |
Original author(s) | D. Richard Hipp |
---|---|
Initial release | 2006 |
Stable release | 1.34 / 2 November 2015 |
Written in | C |
Operating system | Cross-platform |
Type | distributed version control system, bug tracking system, wiki software |
License | 2-clause BSD license[1] |
Website | www |
Fossil is a distributed version control system, bug tracking system and wiki software server for use in software development created by D. Richard Hipp.
Contents
Features
Fossil is a cross-platform server that runs on Linux, BSD derivatives, Mac and Windows. It is capable of performing distributed version control, bug tracking, wiki services, and blogging. 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 in a page that gives detailed history and status information on that project.
Being distributed, Fossil requires no central server, although collaboration is made easier by using one.
Content is stored using a SQLite database so that transactions are atomic even if interrupted by a power loss or system crash.[2]
Fossil is free software released under a BSD license[3] (previously GPL).
Adoption
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 in September 2009.[4]
Some examples of other projects using Fossil are:
- Pritlog
- Tcl/Tk Project
- Woof
- Synopse mORMot framework
- An RFC2131-compliant DHCP client daemon
- FUEL SCM gui
- AndroWish
- LibreCMC
Source code hosting
The following websites provide free source code hosting for Fossil repositories:
- Chisel. Original site owner James Turner announced that the site would cease operation on May 1, 2013.[5] After domain ownership was transferred on May 1, 2013, it continued operation.[6]
- SourceForge[7]
See also
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
Further reading
- Lua error in package.lua at line 80: module 'strict' not found.
External links
- ↑ Fossil Copyright
- ↑ Lua error in package.lua at line 80: module 'strict' not found., DLR Tech Talk presentation by Arne Bachmann, 2009-12-01
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- Pages with reference errors
- Pages with broken file links
- Official website not in Wikidata
- Version control systems
- Free version control software
- Distributed version control systems
- Free wiki software
- Bug and issue tracking software
- Distributed bug tracking systems
- Free software programmed in C
- Cross-platform free software
- 2006 introductions