From owner-cvs-all@FreeBSD.ORG Mon May 17 10:30:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24D7216A4CE; Mon, 17 May 2004 10:30:35 -0700 (PDT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7232E43D31; Mon, 17 May 2004 10:30:34 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.12.11/8.12.11) with ESMTP id i4HHUVWh028584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 May 2004 10:30:31 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.11/8.12.11/Submit) id i4HHUUNK096473; Mon, 17 May 2004 10:30:30 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 17 May 2004 10:30:30 -0700 (PDT) From: John Polstra To: (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) X-Bogosity: No, tests=bogofilter, spamicity=0.363797, version=0.14.5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/smbmsg - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 17:30:35 -0000 On 17-May-2004 Dag-Erling Smørgrav wrote: > Joerg Wunsch writes: >> As Dag-Erling Smørgrav wrote: >> > > Nope, but I've kept in mind that adding complete new subsystems >> > > etc. is better done by an import as opposed to just cvs adding it. >> > No, it isn't. It's easier than 'cvs add', but still wrong. >> I wouldn't it consider to be easier, but since you're not taking care >> to explain why it were wrong, it's becoming a bikeshed discussion. > > 'cvs import' places the files on a separate branch and creates a > branch tag for that branch and a point tag for the import. It is > intended for files which you get from a third party and to which you > make local changes. Nevertheless, it used to be a rule that new subsystems should be brought into the repository by means of "cvs import" rather than "cvs add". I personally was scolded once for using "cvs add" in this situation. I've never seen any discussion about changing that policy. I don't really care what the policy becomes, but it's certainly not established that "cvs add" is the answer. John