From owner-freebsd-arch@FreeBSD.ORG Sun Sep 9 00:22:18 2012 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E55031065676 for ; Sun, 9 Sep 2012 00:22:18 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 852048FC1A for ; Sun, 9 Sep 2012 00:22:18 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=fzTAlo UTrAcvg5efs2AMWc5cRgHeiPeEHWn7Y77j7pSQqP1RiCXEmWFHoMYj1Njv2kNhLn ksOnv72BMSV9FvSN43TVWkoPmMae0Ckrt48RqeTJZW3wObWrPCkcvkLluB8oycxk bsTzFfNo234tVIrTZhwuBNj5TLM7DO0JpuRm8= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=Lkuic0ey/q34 N1tRHc0LLAGriu0cAuLnENpX503z3xs=; b=vNcY8GCLHD5K7QsceebzJXihwWeK UVN2hus8vp1dlgcnZSVqe+6tilhj22F2tW459rFfzP8HmN6rS45bwlIxp3jSm9oI VF8PZtB9Tn8NxQYKu2FQCgI1P5wagSMNXkauVLV3FMZvr7qdBuK429QTXjTQohFi JyuT7SdEAcofTxI= Received: (qmail 24283 invoked from network); 8 Sep 2012 19:22:16 -0500 Received: from unknown (HELO ?10.10.0.115?) (bryan@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 8 Sep 2012 19:22:16 -0500 Message-ID: <504BE12A.50907@shatow.net> Date: Sat, 08 Sep 2012 19:22:02 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Olli Hauer References: <20120908234659.GA10489@server.rulingia.com> <504BD9B5.20001@shatow.net> <504BE020.1070300@FreeBSD.org> In-Reply-To: <504BE020.1070300@FreeBSD.org> X-Enigmail-Version: 1.4.4 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: arch@freebsd.org, Eitan Adler Subject: Re: Removing CVS from HEAD X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 00:22:19 -0000 On 9/8/2012 7:17 PM, Olli Hauer wrote: > On 2012-09-09 01:50, Bryan Drewery wrote: >> On 9/8/2012 6:46 PM, Peter Jeremy wrote: >>> As I said before: CVS (and RCS) are both GPL-licensed tools that (as >>> of 10.x) no longer serve any purpose in the base system. ... They are >>> [therefore] not needed in the FreeBSD base. >> >> Yes please, deprecate and remove both. >> > > CVS and RCS is really handy if you have to work on isolated > machines and cannot install a modern VCS, there it is always > a better fall-back then copy1/2/3 ... > > If it has to go I have to use the fall-back method in future :( > I agree fully they can be handy, and other handy tools could be present. But this is as straight forward as: # portsnap fetch extract # make -C /usr/ports/devel/my_vcs_tool install clean Or now even (considering CURRENT): # pkg install devel/my_vcs_tool Given how easy it is to easy install (the latest) version of some handy tool like this, it's odd we have some, but not other, tools in base. -- Regards, Bryan Drewery bdrewery@freenode/EFNet