If you want to mkbranch for a set of rules such as the following:
element /vobs/proj1/... LABEL1
element /vobs/proj2/.. LABEL2
element /vobs/proj3/... /main/0
......
You needn't do mkbranch seperately by adding a clause "-mkbranch branch_name" after every above rules like:
element /vobs/proj1/... LABEL1 -mkbranch <branch_name>
element /vobs/proj2/.. LABEL2 -mkbranch <branch_name>
element /vobs/proj3/... /main/0 -mkbranch <branch_name>
You just need do like the following, then you can get the same result:
mkbranch <new_branch>
element /vobs/proj1/... LABEL1
element /vobs/proj2/.. LABEL2
element /vobs/proj3/... /main/0
nd mkbranch
本文介绍了一种在版本控制系统中高效批量创建多个分支的方法,避免了为每个规则单独添加mkbranch命令的繁琐步骤,通过简单的几步操作即可实现目标。
9289

被折叠的 条评论
为什么被折叠?



