From owner-freebsd-current@FreeBSD.ORG Mon Oct 7 21:14:46 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E6638D1 for ; Mon, 7 Oct 2013 21:14:46 +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 61025247A for ; Mon, 7 Oct 2013 21:14:46 +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 r97LEgsQ024900 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 7 Oct 2013 14:14:44 -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: Date: Mon, 7 Oct 2013 14:14:41 -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:14:46 -0000 On 2013-10-07, at 2:08 PM, Lyndon Nerenberg wrote: > 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. Finally, an issue with missing SCCS in the base is for those of us who = work in shops behind an air-gapped firewall. "Install from ports" is a non-starter. Our development systems will = never be connected to the internet for a ports upgrade. In this = environment, in-base RCS is a very useful tool.=