From owner-cvs-all@FreeBSD.ORG Wed May 7 02:03:17 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED8241065675; Wed, 7 May 2008 02:03:17 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 881AC8FC19; Wed, 7 May 2008 02:03:17 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m4721QR8079596; Tue, 6 May 2008 20:01:26 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 May 2008 20:02:42 -0600 (MDT) Message-Id: <20080506.200242.-432796245.imp@bsdimp.com> To: peter@wemm.org From: "M. Warner Losh" In-Reply-To: References: <200805061433.27897.jhb@freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, jhb@freebsd.org, cvs-src@freebsd.org, obrien@freebsd.org, cvs-all@freebsd.org, gad@freebsd.org Subject: Re: cvs commit: src/contrib/cvs - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 07 May 2008 02:03:18 -0000 In message: "Peter Wemm" writes: : On Tue, May 6, 2008 at 2:06 PM, Garance A Drosehn wrote: : > At 2:33 PM -0400 5/6/08, 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. : > > : > : > : > : > > 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. : > > : > : > What would the original change affect? : > : > A minor oddity I noticed: Today I checked out something from the : > freebsd repository to my Mac, and the path as stored in CVS/Repository : > was src/usr.bin/env : > instead of /home/ncvs/src/usr.bin/env : > : > This, in turn, confused some scripts I have. : > : > HOWEVER, it may have been awhile since the last time I did a checkout : > like the one I did today, so I do not know if this particular quirk : > is at all related to the recent import of 'cvs'. : : The CVS/Repository file has been relative to CVS/Root for a very long : time. Stuff I checked out years ago has the relative path there. I wrote a script to fix this in like 2004 or so... And I still find tree that I checked out before then that I haven't run my script on... It has been a very long time since this change happened.. Certainly not this last import. Warner