User Tools

Site Tools


cvs:branch

This is an old revision of the document!


Making a branch

A new branch can be created at the place a tag was applied, then changes can be committed into the new branch as follows:

cvs rtag -r [tagname] [new branchname] [my_module]
cvs update -r [new branchname]

Finish changes to the working directory, then

cvs commit
cvs/branch.1195152826.txt.gz · Last modified: 2007/11/15 19:53 by deva