From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25100 invoked by alias); 17 Sep 2002 19:24:10 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25093 invoked from network); 17 Sep 2002 19:24:10 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Sep 2002 19:24:10 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2A2DD3DAA; Tue, 17 Sep 2002 15:24:10 -0400 (EDT) Message-ID: <3D87815A.4010807@ges.redhat.com> Date: Tue, 17 Sep 2002 12:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [RFA] convert blocks to dictionaries, phase 1, main part References: <20020917143553.GA28408@nevyn.them.org> <20020917174928.GA23058@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00350.txt.bz2 For branching, check the CVS man pages and: http://sources.redhat.com/gdb/current/onlinedocs/gdbint_15.html#SEC141 but that is overkill --- you don't need the -D flag. So something like: cvs -d :ext:sources.redhat.com:/cvs/src rtag carlton_something-YYYYMMDD-branchpoint gdb+dejagnu cvs -d :ext:sources.redhat.com:/cvs/src rtag -b -r carlton_something-YYYYMMDD-branchpoint carlton_something-YYYYMMDD-branch gdb+dejagnu cvs -d :ext:sources.redhat.com:/cvs/src co -r carlton_something-YYYYMMDD-branch gdb+dejagnu (and assume I made a typo --- check the above carefully). Andrew