fossil
Software configuration management system
Fossil is a distributed source control management system which supports access and administration over HTTP CGI or via a built-in HTTP server. It has a built-in wiki, built-in file browsing, built-in tickets system, etc.
- Versions: 2.25
- Website: https://fossil-scm.org
- Licenses: FreeBSD · Public Domain
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of fossil
as follows:
guix install fossil
Or install a particular version:
guix install fossil@2.25
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of fossil about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/fossil'><img src='https://packages.guix.gnu.org/packages/fossil/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/fossil)
Example Org:
[[https://packages.guix.gnu.org/packages/fossil][https://packages.guix.gnu.org/packages/fossil/badges/latest-version.svg]]