From owner-freebsd-current Mon May 5 09:13:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA03578 for current-outgoing; Mon, 5 May 1997 09:13:48 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA03570 for ; Mon, 5 May 1997 09:13:43 -0700 (PDT) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id LAA05063 for freebsd-current@FreeBSD.org; Mon, 5 May 1997 11:15:03 -0500 (CDT) Message-Id: <199705051615.LAA05063@iworks.InterWorks.org> Date: Mon, 5 May 1997 11:15:03 -0500 (CDT) From: "Daniel M. Eischen" To: freebsd-current@FreeBSD.org Subject: src-2.2-CTM-README Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I just ventured for the first time into CTM to maintain the 2.2-stable tree over our firewall at work. I had a few problems figuring out how to get CTM to work because the src-2.2-CTM-README is (I think) not quite correct. Could someone verify my changes are correct and fix the readme? *** src-2.2-CTM-README.orig Mon May 5 12:17:19 1997 --- src-2.2-CTM-README Mon May 5 12:18:10 1997 *************** *** 25,39 **** b) Add a "flag" to identify the corresponding reference point. cd to the top of the tree (....../FreeBSD-2.2 above) For the 2.2.0 RELEASE ! echo "src-2.2 210" >src/.ctm_status ***** For the 2.2.1 RELEASE ! echo "src-2.2 217" >src/.ctm_status D. Determine which updates you need. a) Fetch all files with a larger number than your base that do not have a suffix. In considering this criteria, ignore the trailing ".gz" which indicates that the file is compressed. ! ***** For 2.2.1 RELEASE, you will start with src-2.2.0210.gz E. Apply the updates using the ctm command. You will now have an up-to-date tree. 2) Maintaining the tree --- 25,40 ---- b) Add a "flag" to identify the corresponding reference point. cd to the top of the tree (....../FreeBSD-2.2 above) For the 2.2.0 RELEASE ! echo "src-2.2 209" >src/.ctm_status ***** For the 2.2.1 RELEASE ! echo "src-2.2 216" >src/.ctm_status D. Determine which updates you need. a) Fetch all files with a larger number than your base that do not have a suffix. In considering this criteria, ignore the trailing ".gz" which indicates that the file is compressed. ! ***** For 2.2.0 RELEASE, you will start with src-2.2.0210.gz ! ***** For 2.2.1 RELEASE, you will start with src-2.2.0217.gz E. Apply the updates using the ctm command. You will now have an up-to-date tree. 2) Maintaining the tree Dan Eischen deischen@iworks.InterWorks.org