From owner-ctm-users@FreeBSD.ORG Wed Nov 3 05:22:48 2004 Return-Path: Delivered-To: ctm-users@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 913A416A4CE for ; Wed, 3 Nov 2004 05:22:48 +0000 (GMT) Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C51E43D31 for ; Wed, 3 Nov 2004 05:22:47 +0000 (GMT) (envelope-from hmo@sep.oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1])iA35Mahu085041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 3 Nov 2004 06:22:37 +0100 (CET) (envelope-from hmo@sep.oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.13.1/8.13.1/Submit) id iA35Mahf085040; Wed, 3 Nov 2004 06:22:36 +0100 (CET) (envelope-from hmo) Message-Id: <200411030522.iA35Mahf085040@sep.oldach.net> In-Reply-To: <20041103021506.49248.qmail@web21424.mail.yahoo.com> from Rasmus Vidal at "Nov 2, 2004 6:15: 6 pm" To: daem0npf@yahoo.com (Rasmus Vidal) Date: Wed, 3 Nov 2004 06:22:36 +0100 (CET) From: Helge Oldach <1723456693@oldach.net> X-Message-Flag: No HTML mail please MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/564/Fri Oct 29 16:58:02 2004 clamav-milter version 0.80j on sep.oldach.net X-Virus-Status: Clean cc: ctm-users@freebsd.org Subject: Re: First time ctm user needs help X-BeenThere: ctm-users@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CTM User discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 05:22:48 -0000 Rasmus Vidal: > 1. First, if I choose to enter the src5-cur directory > above, which file would I pick, the last/latest one > dated NOV 1? You need to pick all! The first one, src-5.0001.gz, is a huge file and is the "initial segment" of the src-5 release train. The other files are "deltas" against it, and build on top of each other, so you have to apply all files in sequence. Use: ctm -u -b /usr/src src-5.????.gz to unpack all of them in the correct sequence to the (empty!) directory /usr/src. Note that ctm automatically creates a file /usr/src/.ctm_status that contains the number of the last delta applied, so effectively ctm would not re-apply deltas that already have been applied. Helge