The '''Fossil''' website can be found at http://www.fossil-scm.org/ by [D. Richard Hipp] Fossil is a software configuration management ([SCM]) system. Fossil is software that is designed to control and track the development of a software project and to record the history of the project. There are many such systems in use today. Fossil strives to distinguish itself from the others by being extremely simple to setup and operate. Fossil uses the BSD(2) license: http://www.fossil-scm.org/index.html/doc/trunk/COPYRIGHT-BSD2.txt%|%Fossil license page%|% Features include: * Bug Tracking And Wiki * Web Interface * Autosync * Self-Contained * Simple Networking * CGI Enabled * Robust & Reliable Fossil stores content using an enduring file format in an [SQLite] database so that transactions are atomic even if interrupted by a power loss or system crash. Furthermore, automatic self-checks verify that all aspects of the repository are consistent prior to each commit. In over three years of operation, no work has ever been lost after having been committed to a Fossil repository. Setup of the bug-tracking subsystem is accomplished using a TCL-like language called http://www.sqliteconcepts.org/THManual.pdf%|%TH1%|%. A quickstart tutorial: http://www.fossil-scm.org/index.html/doc/tip/www/quickstart.wiki%|%Fossil Quickstart%|% And for people coming from CVS, there is [Fossil vs CVS Commands]. ---- [MBS] 27-Jan-2007 : I checked the above site, but I couldn't find any license information. I know that [drh] released [SQLite] as "public domain". Does anyone know what license is used for '''Fossil'''? From src/main.c in the fossil code: ====== /* ** Copyright (c) 2006 D. Richard Hipp ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public ** License version 2 as published by the Free Software Foundation. ** ** This program is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** You should have received a copy of the GNU General Public ** License along with this library; if not, write to the ** Free Software Foundation, Inc., 59 Temple Place - Suite 330, ** Boston, MA 02111-1307, USA. ** ** Author contact information: ** drh@hwaci.com ** http://www.hwaci.com/drh/ ** ******************************************************************************* ====== ---- [EMJ] : '''BUT''', as from 4th January 2010, see http://www.fossil-scm.org/fossil/doc/tip/COPYRIGHT-BSD2.txt . So (in my interpretation), versions of Fossil before checkin d2bec5a1d4 are GPL, and d2bec5a1d4 and beyond are not. ---- [bch] : This is incorrect; there are multiple branches. The mainline ````trunk'' is indeed BSD, but there is a specific GPL branch as well. See: http://fossil-scm.org/index.html/brlist and http://www.methodlogic.net/BSDFossil.html ---- **Plan 9 filesystem** "Fossil" is also the name of the filesystem in Plan 9 4th Edition [http://en.wikipedia.org/wiki/Fossil_%28file_system%29]. This "Fossil" runs on top of Venti [http://en.wikipedia.org/wiki/Venti] which indexes files and file fragments by their SHA-1 hash. ---- ''[escargo] 24 Mar 2011'' - I discovered a mention of Fossil in Linux Weekly News: http://lwn.net/Articles/432759/ ---- To clone the tcl source repository, use [http://www.tcl.tk/cgi-bin/tct/tip/386]: ======none % fossil clone http://core.tcl.tk/tcl/ tcl.fossil % ls -lh -rw-r--r-- 1 oehhar users 96M 5. Sep 10:49 tcl.fossil ====== ---- **Tips and Tricks** <> Change password on core.tcl.tk [HaO] 2012-12-12: I did not find any button in the web-interface to change my own password when logged in. So here is a way: * Log in in core.tcl.tk/tcl or core.tcl.tk/tcllib * Go to the URL in the web browser and invoke: https://core.tcl.tk/tcl/login or https://core.tcl.tk/tcllib/login * The change password dialog is at the end of the page <> <> Application | Dev. Tools