info-cvs
[Top][All Lists]
Advanced

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

Re: Tagging a branch for a given date


From: Eric Siegerman
Subject: Re: Tagging a branch for a given date
Date: Fri, 22 Feb 2002 17:53:18 -0500
User-agent: Mutt/1.2.5i

On Fri, Feb 22, 2002 at 02:31:04PM -0800, Christopher Randall wrote:
> I am having a problem with tagging a project in my CVS
> repository that has been branched with a given date. I am
> trying to do the following:
>
> [previous attempt deleted]
> 
> cvs checkout -D "2002-02-15 17:46 PST" -r Whitney_maintenance_branch whitney
> 
> This works just fine, but then when I try to use the "tag"
> command as follows, the MOST RECENT VERSIONS of the files on
> the branch are tagged, not the versions of the files THAT ARE
> IN MY LOCAL DIRECTORIES.
> 
> cvs tag -r Whitney_maintenance_branch TPAS_1_1_1

The "-r Whitney_maintenance_branch" on the "cvs tag" line
explicitly says to tag each file's latest revision on the branch.

Having got the right revisions into your sandbox via the initial
checkout, you should be able to simply say:
        cvs tag TPAS_1_1_1

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
One ring to rule the mall.
        - Movie review headline, eye Magazine



reply via email to

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