Date: Sun, 11 May 2008 13:30:47 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs - Imported sources Message-ID: <20080511203047.GA58310@dragon.NUXI.org> In-Reply-To: <200805061433.27897.jhb@freebsd.org> References: <200803191447.m2JEl3xx027666@repoman.freebsd.org> <200805061433.27897.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080511203047.GA58310>