From owner-freebsd-current@FreeBSD.ORG Mon Oct 7 21:08:24 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 573C7480 for ; Mon, 7 Oct 2013 21:08:24 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from orthanc.ca (orthanc.ca [IPv6:2607:fc50:1000:8200::42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F30B23DB for ; Mon, 7 Oct 2013 21:08:24 +0000 (UTC) Received: from [192.168.42.129] (d66-183-220-167.bchsia.telus.net [66.183.220.167] (may be forged)) (authenticated bits=0) by orthanc.ca (8.14.6/8.14.6) with ESMTP id r97L8Kck024848 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 7 Oct 2013 14:08:22 -0700 (PDT) (envelope-from lyndon@orthanc.ca) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: rcs is gone? From: Lyndon Nerenberg In-Reply-To: <29D748F4-5E38-4587-BC7F-0141234C2F62@orthanc.ca> Date: Mon, 7 Oct 2013 14:08:19 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <29D748F4-5E38-4587-BC7F-0141234C2F62@orthanc.ca> To: "freebsd-current@freebsd.org" X-Mailer: Apple Mail (2.1510) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 21:08:24 -0000 On 2013-10-07, at 2:02 PM, Lyndon Nerenberg wrote: > I use ci/co every single day to track changes to individual config = files on individual machines. For simple things like ntp.conf, rc.conf, = sysctl.conf, a simple 'ci -l xxx' is a trivial way to maintain local = revision control. And sorry, what I left out was how having ci/co in the base is immensely = helpful with the installer scripts I write. The server installation = scripts I've cooked up use ci(1) to keep a record of changes made during = the (possibly customized) installation process. This is impossible if = there isn't a basic RCS in the base system.