From owner-freebsd-current@FreeBSD.ORG Fri Mar 5 09:55:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26FE316A4CF for ; Fri, 5 Mar 2004 09:55:19 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C84E543D39 for ; Fri, 5 Mar 2004 09:55:18 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 30490 invoked by uid 1000); 5 Mar 2004 17:55:19 -0000 Date: Fri, 5 Mar 2004 09:55:19 -0800 (PST) From: Nate Lawson To: Jonathan In-Reply-To: <40480895.6090703@us.army.mil> Message-ID: <20040305095436.S30482@root.org> References: <20040304025223.GA622@dhcp01.pn.xcllnt.net> <20040304161108.U26303@root.org> <40480895.6090703@us.army.mil> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: ACPI crash with recent changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 05 Mar 2004 17:55:19 -0000 On Thu, 4 Mar 2004, Jonathan wrote: > I am fairly new to FreeBSD and *nix in general, is there a way to do > this using the cvs supfile? For example to specify specific versions > for certain files. I did read the man page for cvsup but I could not > figure out what exactly to put in the supfile if it is possible. Not if you're using the checkout option of cvsup. The only way to do this is get the src repo and then do a local cvs checkout from it. -Nate