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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Matt Riechers
Sent: Wednesday, October 17, 2001 9:14 AM
To: Wim Dausy
Cc: [EMAIL PROTECTED]
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
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs