info-cvs
[Top][All Lists]
Advanced

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

Re: Moving Release to Branch


From: Larry Jones
Subject: Re: Moving Release to Branch
Date: Thu, 25 Aug 2005 17:17:14 -0400 (EDT)

address@hidden writes:
> 
> What you need to do though, is using that tag, crate a branch. Then you
> are home free.
> 
> cvs -b -r rel_1_1 rel_1_1-branch proj_name

That should be ``cvs rtag -b -r rel_1_1 rel_1_1-branch proj_name''.

And you may not need to create a branch -- if you haven't checked in any
changes since the release (and I gather you haven't), just checkout
without using any tag.  That gets you the latest revision of each file
and allows you to check in changes.  You can also update an existing
working directory to the latest revision with ``cvs up -A''.

-Larry Jones

Girls are so weird. -- Calvin




reply via email to

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