This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Request for help branching. :-(


On Fri, 2003-06-06 at 14:18, Diego Novillo wrote:
> On Fri, 2003-06-06 at 14:11, Nathanael Nerode wrote:
> 
> > I'm not sure -exactly- what process I should use to tag the 
> > branchpoint, branch what I need to, and avoid causing unnecessary trouble.
> > And yes, I have read the CVS manual. :-(
> > 
> It's a 3 step process:
> 
> 1. Create a branchpoint tag
> 	$ cvs -d <repository> rtag <branch-name>-branchpoint
> 
Oops.  I'm missing 'gcc' at the end of this command.

> 3. Check-out the newly created branch
> 	$ cvs -d <repository> co -r <branch-name>
> 
Same here.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]