info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: root
Subject: (no subject)
Date: Mon, 13 Aug 2001 05:12:06 -0400

>From address@hidden  Fri Feb  9 05:11:07 2001
>Return-Path: <address@hidden>
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164])
        by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id 
FAA18236
        for <address@hidden>; Fri, 9 Feb 2001 05:11:06 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14QxNK-0004gC-00; Thu, 08 Feb 2001 15:09:06 -0500
Received: from jj.egroups.com ([208.50.144.82])
        by fencepost.gnu.org with smtp (Exim 3.16 #1 (Debian))
        id 14QxLL-0004ex-00
        for <address@hidden>; Thu, 08 Feb 2001 15:07:04 -0500
X-eGroups-Return: address@hidden
Received: from [10.1.10.111] by jj.egroups.com with NNFMP; 08 Feb 2001 20:07:02 
-0000
From: address@hidden
To: address@hidden
Subject: can I use rtag to tag files in a branch
Message-ID: <address@hidden>
User-Agent: eGroups-EW/0.82
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: eGroups Message Poster
X-Originating-IP: 63.64.129.131
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Id: Announcements and discussions for the CVS version control system 
<info-cvs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/info-cvs/>
Date: Thu, 08 Feb 2001 20:07:00 -0000
Status: O
Content-Length: 1110
Lines: 28

Suppose I have a mainline and a branch.  I want to tag the branch and 
the mainline without having a working copy of the one I'm interested 
in tagging.  The rtag command works for tagging the mainline as it 
acts on the repository; however, if I want to tag the branch, is 
there an option I can pass to rtag?

The point of this is to be able to tag the branch from the mainline 
after doing a merge, and vice versa.  This would be in order to 
support multiple merges with cvs update -j last-merge-point -j branch-
name or -j HEAD.

Since after I merge from the branch to the trunk, I want to tag the 
branch with the last-merge-point, cvs rtag doesn't capture the info I 
need.  I have to enter cvs update -r branch-name, execute cvs tag, 
and then execute cvs update -A to return to the mainline.

I'm trying to put these operations in scripts (using msg 9710's 
recipe - credit to peter wolfe/maeve kennedy ), and so want to 
simplify the process if possible.


-trevor


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]