How do you rename a branch in CVS?
问题 If you've named a branch in CVS incorrectly, or the name originally chosen becomes inappropriate, how do you change it to something else? A related question is How do you rename a branch in CVS without admin access?. 回答1: The trick to this is using one of CVSs' more obscure admin commands, -N. It is a two stage process, effectively copy then remove. Firstly, you create a branch with the correct name that references the original branch name. Secondly, you delete the original branch name.