From owner-cvs-src@FreeBSD.ORG Tue Apr 1 02:42:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CB711065678; Tue, 1 Apr 2008 02:42:56 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id ED4BC8FC23; Tue, 1 Apr 2008 02:42:55 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m312gt7X067396; Mon, 31 Mar 2008 19:42:55 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m312gt87067395; Mon, 31 Mar 2008 19:42:55 -0700 (PDT) (envelope-from obrien) Date: Mon, 31 Mar 2008 19:42:55 -0700 From: "David O'Brien" To: John Birrell Message-ID: <20080401024255.GC66987@dragon.NUXI.org> References: <200803282147.m2SLlC0R038334@repoman.freebsd.org> <20080330235811.GA23907@dragon.NUXI.org> <20080331002108.GC61720@what-creek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080331002108.GC61720@what-creek.com> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 02:42:56 -0000 On Mon, Mar 31, 2008 at 12:21:08AM +0000, John Birrell wrote: > On Sun, Mar 30, 2008 at 04:58:11PM -0700, David O'Brien wrote: > > On Fri, Mar 28, 2008 at 09:47:11PM +0000, John Birrell wrote: > > > jb 2008-03-28 21:47:11 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > . exclude > > > Log: > > > Add the new CDDL paths which contain external src without FreeBSD IDs. > > > > Why are these being excluded? The repo-copy put them in place, and after > > that they should have $FreeBSD$ ID's as you've told me they are modified > > from the vendor sources. > > The repo copy needed a forced commit without other changes. cvs wouldn't > let me do that without the entry in the exclude file. Ah, yes. I apologize that didn't occur to me, but I didn't see removing these paths from exclude, so I didn't know your plans. I assume these will be removed in the near future? # ZFS sources ^src/compat/opensolaris ^src/contrib/opensolaris ^src/sys/compat/opensolaris ^src/sys/contrib/opensolaris # CDDL sources ^src/cddl/compat/opensolaris ^src/cddl/contrib/opensolaris ^src/sys/cddl/compat/opensolaris ^src/sys/cddl/contrib/opensolaris -- -- David (obrien@FreeBSD.org)