From owner-cvs-src@FreeBSD.ORG Tue May 6 18:40:10 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 227E21065675 for ; Tue, 6 May 2008 18:40:10 +0000 (UTC) (envelope-from peter@wemm.org) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id BEAC58FC23 for ; Tue, 6 May 2008 18:40:09 +0000 (UTC) (envelope-from peter@wemm.org) Received: by wr-out-0506.google.com with SMTP id 50so179509wra.13 for ; Tue, 06 May 2008 11:40:09 -0700 (PDT) Received: by 10.100.141.5 with SMTP id o5mr1433972and.64.1210099209449; Tue, 06 May 2008 11:40:09 -0700 (PDT) Received: by 10.100.8.6 with HTTP; Tue, 6 May 2008 11:40:09 -0700 (PDT) Message-ID: Date: Tue, 6 May 2008 11:40:09 -0700 From: "Peter Wemm" To: "John Baldwin" In-Reply-To: <200805061433.27897.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803191447.m2JEl3xx027666@repoman.freebsd.org> <200805061433.27897.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "David E. O'Brien" Subject: Re: cvs commit: src/contrib/cvs - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2008 18:40:10 -0000 On Tue, May 6, 2008 at 11:33 AM, John Baldwin wrote: > On Wednesday 19 March 2008 10:47:03 am David E. O'Brien wrote: > > obrien 2008-03-19 14:47:03 UTC > > > > FreeBSD src repository > > > > src/contrib/cvs - Imported sources > > Update of /home/ncvs/src/contrib/cvs > > In directory repoman.freebsd.org:/tmp/cvs-serv25516 > > > > Log Message: > > Import of 1.11 branch snapshot - using the 10-March-2008 code base. > > > > Status: > > > > Vendor Tag: CVSHOME > > Release Tags: v1_11_20080310 > > Please consider reverting this. There have been lots of reports of CVS > breakage after these changes. The latest I ran into today is that 'cvs > update -C' doesn't work anymore. Ahh! I thought I was going crazy when I ran into this yesterday.. The other big problem of course is that if a file is set to 'o' expansion mode (preserve keywords, eg: cvs admin -ko or cvs import -ko), then 'cvs update -A' always repeats the checkout, over and over again. I went through the repository and removed the 'expand @o@' modes that had been bogusly set in the past as a mitigation, but it still needs to be fixed. peter@overcee[11:38am]/tmp/cvs/co/dir-118> echo foo > foo.txt peter@overcee[11:39am]/tmp/cvs/co/dir-119> cvs add -ko foo.txt cvs add: scheduling file `foo.txt' for addition cvs add: use 'cvs commit' to add this file permanently peter@overcee[11:39am]/tmp/cvs/co/dir-120> cvs commit -m 'add with -ko' cvs commit: Examining . RCS file: /tmp/cvs/repo/dir/foo.txt,v done Checking in foo.txt; /tmp/cvs/repo/dir/foo.txt,v <-- foo.txt initial revision: 1.1 done peter@overcee[11:39am]/tmp/cvs/co/dir-121> cvs up -A cvs update: Updating . U foo.txt peter@overcee[11:39am]/tmp/cvs/co/dir-122> cvs up -A cvs update: Updating . U foo.txt peter@overcee[11:39am]/tmp/cvs/co/dir-123> This is a pretty drastic regression. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell