From owner-freebsd-current@FreeBSD.ORG Tue Apr 1 02:46:15 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7054D1065672 for ; Tue, 1 Apr 2008 02:46:15 +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 559BF8FC12 for ; Tue, 1 Apr 2008 02:46:15 +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 m312k7xi067485; Mon, 31 Mar 2008 19:46:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m312k7Ep067484; Mon, 31 Mar 2008 19:46:07 -0700 (PDT) (envelope-from obrien) Date: Mon, 31 Mar 2008 19:46:07 -0700 From: "David O'Brien" To: d@delphij.net Message-ID: <20080401024607.GD66987@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, d@delphij.net, FreeBSD Current References: <47F0707F.3080009@delphij.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47F0707F.3080009@delphij.net> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Current Subject: Re: cvs: something wrong wrt vendor branch behavior X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 02:46:15 -0000 On Sun, Mar 30, 2008 at 10:02:55PM -0700, Xin LI wrote: > It seems that the recent cvs import has caused it to confuse the state > of files. Continously execute the same command would always spit > something like this: > > [delphij@charlie] /usr/src/contrib> cvs -qR up -PdA > U ipfilter/BSD/ipfadm-rcd > U ipfilter/lib/alist_free.c > U ipfilter/lib/alist_new.c > U ipfilter/lib/load_file.c > U ipfilter/lib/load_http.c > U ipfilter/lib/load_url.c > > My understainding is that 'U something' is only displayed when the file > is either updated, or created in the repository? I saw this same weirdness today with "-PdA -r RELENG_6" also. I wonder if 'U' is printed out when the branch is changing now - even if the file(s) don't. -- -- David (obrien@FreeBSD.org)