[EMAIL PROTECTED] 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 _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
