From owner-freebsd-commit Fri Sep 15 11:20:13 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA28133 for freebsd-commit-outgoing; Fri, 15 Sep 1995 11:20:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA28121 for cvs-all-outgoing; Fri, 15 Sep 1995 11:20:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA28110 for cvs-user-outgoing; Fri, 15 Sep 1995 11:20:08 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA28104 for ; Fri, 15 Sep 1995 11:20:04 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id CAA04177; Sat, 16 Sep 1995 02:19:59 +0800 Date: Sat, 16 Sep 1995 02:19:59 +0800 (WST) From: Peter Wemm To: cvs-user@freebsd.org Subject: direct repository operation on eBones Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@freebsd.org Precedence: bulk oops.. Forgot to include this list in the CC: line, here 'tis: On Fri, 15 Sep 1995, Peter Wemm wrote: > In order to bring 2.1-stable's eBones up to par with -current, we're just > about to delete the tags off the 2.1-stable branch in that directory, and > effectively re-create the branch. > > A 'make world' on 2.1-stable isn't going to work for an hour or so until > Justin Gibbs arrives to fix passwd etc. (He's in transit to work at the > moment..) > > -Peter OK, I have done: peter@freefall[8:45am]~ .. make a backup of ~ncvs/src/eBones .. :-) peter@freefall[8:46am]~ cvs -q rtag -d RELENG_2_1_0 eBones peter@freefall[8:48am]~ cvs -q rtag -d RELENG_2_1_0_BP eBones peter@freefall[8:51am]~ cvs -q rtag RELENG_2_1_0_BP eBones peter@freefall[8:54am]~ cvs -q rtag -b -r RELENG_2_1_0_BP RELENG_2_1_0 eBones peter@freefall[8:57am]~ ^D So, Over to you guys, Justin and Mark.. -Peter