From owner-freebsd-questions@FreeBSD.ORG Sun Oct 22 01:29:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C293216A47E for ; Sun, 22 Oct 2006 01:29:28 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4F1F43D58 for ; Sun, 22 Oct 2006 01:29:26 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1935213nfc for ; Sat, 21 Oct 2006 18:29:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bZUcGY+r/r6r1P5BTFb7R7hiY6385kW+jnwE11f/b5N8kRwES9dDn3U4DKfNnTOOnFPGyab91N7ppJP+NhjEaHIlQbRVwWYmYDAlT4JLC65X/ogUWTdk4up+EcIWgw49ipKkybcvPySZorfl2AIKdlbOn1xmHmjIFbQjXntnlAM= Received: by 10.78.201.8 with SMTP id y8mr4832443huf; Sat, 21 Oct 2006 18:29:25 -0700 (PDT) Received: by 10.78.118.10 with HTTP; Sat, 21 Oct 2006 18:29:25 -0700 (PDT) Message-ID: Date: Sat, 21 Oct 2006 20:29:25 -0500 From: "Nikolas Britton" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Downloading files from -CURRENT, How? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 01:29:28 -0000 I'm trying grab a copy of /usr/src/sys/dev/sound and /usr/src/sys/modules/sound from HEAD so I can MFC a few things. I tried this, but it didn't work: $ more current-supfile *default host=cvsup12.us.FreeBSD.org *default base=/usr/src/HEAD/var/db *default prefix=/usr/src/HEAD/usr *default release=cvs tag=HEAD *default delete use-rel-suffix *default compress src-sys I'm not really sure of the best way to do it. Thanks.