How do I replace the HEAD of a CVS repository with a branch?
|
|
Check out this page, which has a pretty easy to follow walk through of branching and merging in CVS http://kb.wisc.edu/middleware/page.php?id=4087 It also includes an example of replacing HEAD with a specified branch Replacing One Branch With AnotherTag the end of your branch
Switch back to the branch you're replacing To head:
To branch:
Do the replace: Replace head
Replace branch
Commit changes and tag if you need to. |
|||
|
|
|
|
We solved this with the following process. In this example, the module we're working on is
4) Once that's done make sure everything works as expected and |
|||
|
|
