User Tools

Site Tools


cvs:branch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cvs:branch [2007/11/16 11:30] devacvs:branch [2007/11/16 11:42] (current) deva
Line 3: Line 3:
 Now you can add the branch by issuing the following command: Now you can add the branch by issuing the following command:
 <code> <code>
-cvs rtag -b [new branchname] [my_module]+cvs tag -b [new branchname]
 </code> </code>
  
Line 13: Line 13:
 Example branching at revision tag ''R1'': Example branching at revision tag ''R1'':
 <code> <code>
-cvs -d /mnt/data/CVSHOME co -r R1 miav+cvs -d /mnt/data/CVSHOME co -r R0_3_3 miav
 cd miav cd miav
-cvs rtag -b B1 miav+cvs tag -b stable_0_3
 # do some changes in the code # do some changes in the code
 cvs commit -m"Made a change in a branch" cvs commit -m"Made a change in a branch"
 </code> </code>
cvs/branch.txt · Last modified: 2007/11/16 11:42 by deva