info-cvs
[Top][All Lists]
Advanced

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

RE: branch-naming


From: Gianni Mariani
Subject: RE: branch-naming
Date: Wed, 17 Oct 2001 09:50:29 -0700

Matt,

cvs tag -b <NAME> creates a new branch - not an alias.

You want to create tags that have the same revisions as the branch tags.

You can use rcs commands to do just that. (or cvs admin as Andy pointed out)

        cvs admin -nNEWTAG:OLDTAG

Will create a synonym of OLDTAG, not a new branch.

G

-----Original Message-----
From: address@hidden [mailto:address@hidden Behalf Of
Matt Riechers
Sent: Wednesday, October 17, 2001 9:14 AM
To: Wim Dausy
Cc: address@hidden
Subject: Re: branch-naming


Wim Dausy wrote:
>
> Matt Riechers wrote:
> >
> > Wim Dausy wrote:
> > >
> > > Matt Riechers wrote:
> > > >
> > > > Wim Dausy wrote:
> > > > >
> > > > > How do I give a new name(tag) to an exsisting branch,
> > > >
> > > > cvs tag -r current-tag-name alias-tag-name
> > > >
> > > this gives a non-branchtag.
> > >
> > > I need to give a new branchtag to an existing branchtag.
> >
> > If you specify a branch tag, you've just created a new branch. If you
just want
> > an alias of a tag, you can create a tag on another tag, as above.
>
> I want to create a new alias-branch-tag for an existing branch-tag.

Am I missing something? Why wouldn't double tagging do what you want?

-Matt

_______________________________________________
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]