From owner-freebsd-hackers@FreeBSD.ORG Tue Apr 5 15:08:23 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6BC216A55E for ; Tue, 5 Apr 2005 15:08:23 +0000 (GMT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3563943D45 for ; Tue, 5 Apr 2005 15:08:23 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.13.1/8.13.1) with ESMTP id j35F8MFu099754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Apr 2005 08:08:22 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.13.1/8.13.1/Submit) id j35F8MnC039392; Tue, 5 Apr 2005 08:08:22 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20050405142049.GE148@over-yonder.net> Date: Tue, 05 Apr 2005 08:08:22 -0800 (PDT) From: John Polstra To: "Matthew D. Fuller" X-Bogosity: No, tests=bogofilter, spamicity=0.049513, version=0.14.5 cc: hackers@freebsd.org Subject: RE: CVSup and Attic files X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 15:08:24 -0000 On 05-Apr-2005 Matthew D. Fuller wrote: > I've noticed some strange behavior suddenly out of CVSup. I refuse > all Attic files in ports, and that doesn't seem to be working right > all of a sudden. > > My best guess is that it's something due to the recent patch to cvsupd > to handle INDEX issues, since I can't think of anything else that > would make it suddenly change, You are right. The patch took away the ability to refuse Attic files. I know that's an inconvenience for some folks, but I think it better matches CVSup's overall philosophy of Attic files -- namely, that the Attic is a historical CVS quirk that ought to be hidden as much as possible. John