From owner-freebsd-current@FreeBSD.ORG Mon May 19 00:35:52 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C118F106566B for ; Mon, 19 May 2008 00:35:52 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 948998FC0A for ; Mon, 19 May 2008 00:35:52 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so1422644wah.3 for ; Sun, 18 May 2008 17:35:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=0e3BZCDN/mRvzE6PWohmPr01PqOq7YV98WwBncvuRvA=; b=xXbgna118Bby9lxktZ6PLlZLmd1AhcUeGz02idwZmiSjWSXbBF1vmf8za7EPCa2ZRVMXMZprNrFMiNo+28UWdBK82TC6mAH+7GM3vuier08wpk1z8SWqdLOPsKbnxqYHJbXhsswJJkoK50YGAnw/DSt45cN20GKvaAGPgHhkDXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=ZkBpHScOH7T0C6bN7hjSb6zjt3BAYnZnxnl6SG4YEsufwovYm7T3AlbPH8CS5bJZCIO7MRu89KZt1Tw7qa5d4GPBpN15xLlqnUUvrN5VxfPCh8IgQ7pjnM1zUMw2kTZKVBYEMWoU+o0z2V3bQaTwyP8u/UI9f8UjLGS4BriF6LQ= Received: by 10.114.136.1 with SMTP id j1mr6796736wad.85.1211157352274; Sun, 18 May 2008 17:35:52 -0700 (PDT) Received: from ?192.168.10.42? ( [99.155.199.64]) by mx.google.com with ESMTPS id q18sm11809791pog.2.2008.05.18.17.35.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 May 2008 17:35:51 -0700 (PDT) Message-Id: <0FBE942C-4EE3-47A1-B1D5-A62ED0F06C3F@gmail.com> From: Garrett Cooper To: Ian FREISLICH In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 18 May 2008 17:36:44 -0700 References: X-Mailer: Apple Mail (2.919.2) Cc: Max Laier , freebsd-current@freebsd.org Subject: Re: Anyone else seeing this (cvs wierdness)? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 00:35:52 -0000 On May 18, 2008, at 12:27 PM, Ian FREISLICH wrote: > Max Laier wrote: >> On Friday 16 May 2008 16:12:39 Ian FREISLICH wrote: >>> Recently - I guess in the last month or two - successive cvs updates >>> always "updates" files in the follwing directories, this with no >>> update to the CVS repo: >>> >>> cddl/contrib/opensolaris >>> contrib/ntp >>> contrib/ipfilter >>> contrib/expat >>> contrib/tcsh >>> >>> I sync a local CVS repo using cvsup and I update my source using >>> 'cvs -q update -PdA' >>> >>> I've tried removing the offending parts of my source tree and the >>> repo and re-updating or syncing them but to no avail. Is it just >>> me or are others seeing this? Has there been repo "surgery" in >>> these areas that's causing this? >> >> Is this with the updated cvs 1.11 (recently imported to current)? >> There >> has been some reports of fallout of this on cvs-all@ already. > > It's with: > > Concurrent Versions System (CVS) 1.11.22.1-20080310-FreeBSD (client/ > server) > > Glad to hear the madness probably isn't with me. > > Ian > > -- > Ian Freislich I'm not sure about cvs, but I've been seeing some weirdness with csup lately syncing from HEAD and the fact that it doesn't match cvs... that's most likely some entirely different issue though. -Garrett