From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Garreau\, Alexandre" Newsgroups: gmane.emacs.help Subject: Fossil [Was: Re: How to disable auto save on Emacs 26.1] Date: Sat, 06 Oct 2018 13:34:17 +0200 Message-ID: References: <87zhvvqipx.fsf@wallenfang.de> <87murv5d4q.fsf@wallenfang.de> <20181004110446.GA31656@tuxteam.de> <32B00B20-58FF-4E30-9B9F-42A4467CD2CA@scratch.space> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1538825640 6478 195.159.176.226 (6 Oct 2018 11:34:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 6 Oct 2018 11:34:00 +0000 (UTC) User-Agent: Gnus (5.13), GNU Emacs 25.1.1 (i686-pc-linux-gnu) Cc: Help GNU Emacs To: Van L Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 06 13:33:56 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g8kqG-0001U8-N4 for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Oct 2018 13:33:52 +0200 Original-Received: from localhost ([::1]:38744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8ksN-00071C-0u for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Oct 2018 07:36:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8krq-000715-HW for help-gnu-emacs@gnu.org; Sat, 06 Oct 2018 07:35:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8kqh-0008QL-Ij for help-gnu-emacs@gnu.org; Sat, 06 Oct 2018 07:34:20 -0400 Original-Received: from portable.galex-713.eu ([2a00:5884:8305::1]:49836) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g8kqh-0008PR-BU for help-gnu-emacs@gnu.org; Sat, 06 Oct 2018 07:34:19 -0400 Original-Received: from localhost ([::1] helo=portable.galex-713.eu) by portable.galex-713.eu with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1g8kqf-0005tR-AK; Sat, 06 Oct 2018 13:34:17 +0200 X-GPG-FINGERPRINT: E109 9988 4197 D7CB B0BC 5C23 8DEB 24BA 867D 3F7F X-Accept-Language: fr, en, it, eo In-Reply-To: <32B00B20-58FF-4E30-9B9F-42A4467CD2CA@scratch.space> (Van L.'s message of "Fri, 5 Oct 2018 00:47:54 +1000") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:5884:8305::1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118156 Archived-At: On 2018-10-05 at 00:47, Van L wrote: >> Think of backup files (I >> generally use numeric backups to actually retain more than one old >> copy - more clutter!) as a defense against shooting yourself in the >> foot. A version control system does that, only better. Tools like Git >> or Mercurial make it trivial to create and manage little repositories >> ("git init" creates a new repo in the current directory, for example). >> You need not push changes to a central server if you don't care to. > > A complete beginner might want to try fossil. Isn=E2=80=99t fossil (also?) Plan9=E2=80=99s versioned immutable file syste= m? > It has builtin wiki, ticket tracking, and web-frontend. isn=E2=80=99t that even more cluttered if you don=E2=80=99t need that but o= nly backups?