RE: Tagging the head of a branch and branching off a branch

2004-04-01 Thread Jim.Hyslop
Fouts Christopher wrote: > I have a repository called sample, which I tagged as follows... > > cvs rtag -r HEAD t_REL sample > > I then created a branch of the files with this tag... > > cvs rtag -r t_REL -b b_DEV sample > > Correct? > > How do I now tag the HEAD of the b_DEV branch,

Re: Tagging the head of a branch and branching off a branch

2004-04-01 Thread Larry Jones
"Fouts Christopher (6452)" writes: > > I have a repository called sample, which I tagged as follows... > > cvs rtag -r HEAD t_REL sample > > I then created a branch of the files with this tag... > > cvs rtag -r t_REL -b b_DEV sample > > Correct? Yep. > How do I now tag the HEAD of

Re: Tagging the head of a branch and branching off a branch

2004-04-01 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fouts Christopher (6452) wrote: >I have a repository called sample, which I tagged as follows... >> cvs rtag -r HEAD t_REL sample > >I then created a branch of the files with this tag... >> cvs rtag -r t_REL -b b_DEV sample > >Correct? > >How

RE: Tagging the head of a branch and branching off a branch

2004-04-01 Thread Fouts Christopher (6452)
ubject: Re: Tagging the head of a branch and branching off a branch "Fouts Christopher (6452)" writes: > > I have a repository called sample, which I tagged as follows... > > cvs rtag -r HEAD t_REL sample > > I then created a branch of the files with this tag... >

Tagging the head of a branch and branching off a branch

2004-04-01 Thread Fouts Christopher (6452)
I have a repository called sample, which I tagged as follows... > cvs rtag -r HEAD t_REL sample I then created a branch of the files with this tag... > cvs rtag -r t_REL -b b_DEV sample Correct? How do I now tag the HEAD of the b_DEV branch, and subsequently create a branches fro