![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
A Coherent Software Configuration Management System - Fossil
Fossil is a simple, high-reliability, distributed SCM system with these advanced features: Project Management — In addition to doing distributed version control like Git and Mercurial, Fossil also supports bug tracking , wiki , forum , email alerts , chat , and technotes .
Compiling and Installing Fossil
5 天之前 · Fossil uses one component built as WebAssembly a.k.a. WASM. Because compiling WASM code requires non-trivial client-side tooling, the repository includes compiled copies of these pieces. Most Fossil hackers should never need to concern themselves with the WASM parts, but this section describes how to for those who want or need to do so.
Fossil Quick Start Guide
2020年9月28日 · fossil version This is fossil version 2.13 [309af345ab] 2020-09-28 04:02:55 UTC General Work Flow. Fossil works with repository files (a database in a single file with the project's complete history) and with checked-out local trees (the working directory you use to do your work). (See the glossary for more background.) The workflow looks like ...
Fossil Quick Start Guide
2025年1月29日 · fossil setting proxy Proxy-URL. Or, you can set the "http_proxy" environment variable: export http_proxy=Proxy-URL. To stop using the proxy, do: fossil setting proxy off. Or unset the environment variable. The fossil setting for the HTTP proxy takes precedence over the environment variable and the command-line option overrides both.
Fossil: Documentation - fossil-scm.org
2025年2月2日 · This is an easy introduction to the fossil command line interface (cli). It assumes some familiarity with using the command line, and with Source Code Maintenence (SCM) systems—but not too much. If you are trying to find information about fossil's web capabilities, see the Fossil Home and Fossil Wiki pages for pointers. Things to note
Fossil: Downloads - fossil-scm.org
2024年12月19日 · This page was generated in about 0.005s by Fossil 2.26 [88bc7cffc9] 2025-02-02 10:32:09 Fossil Downloads ...
Fossil: Project Documentation
5 天之前 · The web server at the fossil-scm.org site automatically redirects such links by appending "home". The "home" file on fossil-scm.org is really a CGI script which runs the fossil web service in CGI mode.
Fossil Versus Git
5 天之前 · Fossil is much smaller despite using a roughly similar amount of high-level scripting code because its interpreters are compact and built into Fossil itself. Both Fossil and Git support patch(1) files — unified diff formatted output — for accepting drive-by contributions, but it's a lossy contribution path for both systems. Unlike Git PRs ...
Fossil: Help: tag
5 天之前 · The --date-override and --user-override options support importing history from other SCM systems. DATETIME has the form 'YYYY-MMM-DD HH:MM:SS'. Note that fossil uses some tag prefixes internally and this command will reject tags with these prefixes to avoid causing problems or confusion: "wiki-", "tkt-", "event-".
Fossil: A Coherent Software Configuration Management System
2024年12月31日 · Fossil is a simple, high-reliability, distributed SCM system with these advanced features: Project Management — In addition to doing distributed version control like Git and Mercurial, Fossil also supports bug tracking, wiki, forum, email alerts, chat, and technotes.