Just a quick question from someone with marginal cvs skills: Say I have a file checked out at HEAD, and I know that it is identical to the version at APACHE_2_0_BRANCH. Now I make a change, and I want to commit the changed file to both HEAD and the branch. What is the easiest way to do this? Do I really need to have a separate tree checked out with the branch, copy the file, and commit over there? I tried various combinations of cvs up -r and cvs commit -r, but I couldn't make it work.
Joshua.
