From owner-cvs-all@FreeBSD.ORG Sun May 11 20:30:48 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 01C90106567D; Sun, 11 May 2008 20:30:48 +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 D8FF38FC17; Sun, 11 May 2008 20:30:47 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4BKUlrZ058518; Sun, 11 May 2008 13:30:47 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m4BKUl3E058517; Sun, 11 May 2008 13:30:47 -0700 (PDT) (envelope-from obrien) Date: Sun, 11 May 2008 13:30:47 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20080511203047.GA58310@dragon.NUXI.org> References: <200803191447.m2JEl3xx027666@repoman.freebsd.org> <200805061433.27897.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805061433.27897.jhb@freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@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 Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 20:30:48 -0000 On Tue, May 06, 2008 at 02:33:27PM -0400, 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. Typically we would first try to fix problems before just reverting. Please give me more information on how to experience this. $ cvs --version Concurrent Versions System (CVS) 1.11.22.1-20080310-FreeBSD (client/server) $ cd /usr/src $ rm ObsoleteFiles.inc $ cvs up ObsoleteFiles.inc $ cvs diff ObsoleteFiles.inc # no changes shown $ echo foo >>ObsoleteFiles.inc $ cvs diff -u0 ObsoleteFiles.inc .. @@ -4383,0 +4384 @@ OLD_DIRS+=usr/libexec/uucp +foo $ cvs up -C ObsoleteFiles.inc (Locally modified ObsoleteFiles.inc moved to .#ObsoleteFiles.inc.1.138) U ObsoleteFiles.inc $ cvs diff ObsoleteFiles.inc # no changes shown This is with a locally CVSup'ed repository. Repeating with a check out using 'cvs -d obrien@ncvs.freebsd.org:/home/ncvs co -l src' gives me the same results. -- David