CVS : How to create a branch
Checkout the root version.
Put a Tag at that root from where to create the branch :
cvs tag -F -R root_branch_name
Create the branch from that tag :
cvs tag -b -r root_branch_name branch_name
0 Comments:
Post a Comment
<< Home