From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4913 invoked by alias); 19 Sep 2002 22:10:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4898 invoked from network); 19 Sep 2002 22:10:23 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 19 Sep 2002 22:10:23 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g8JMAFk24143; Thu, 19 Sep 2002 15:10:15 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Keith Seitz Cc: gdb@sources.redhat.com Subject: Re: branching References: From: David Carlton Date: Thu, 19 Sep 2002 15:10:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00293.txt.bz2 On Thu, 19 Sep 2002 14:55:34 -0700 (PDT), Keith Seitz said: > To create the symbol tag in mainline (I use rtag, since it will tag > the repository copy, not any local copy): > $ cvs rtag kseitz_interps-DATE-merge gdb+dejagnu > Then to apply the tag to my branch, I "cd" into my branch sources > $ cd my-branch/src > $ cvs -q update -j kseitz_interps-LASTDATE-merge \ > -j kseitz_interps-DATE-merge gdb+dejagnu > Finally resolve any conflicts and "cvs ci". Thanks. I still don't understand rtag completely, but at least I know what to type now... David Carlton carlton@math.stanford.edu