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 [EMAIL PROTECTED]:/home/ncvs co -l src' gives me the same results. -- David _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"