Merging from a branch
After creating and working in a CVS branch for some time, you may want to merge
your changes from the branch into another branch, or into HEAD. To do this,
you will need to know:
- The name of the branch or version that contains your changes.
- The version from which the branch was created. This is the version name
that you supplied when branching.
To merge your changes:
- Ensure that the destination is loaded into your workspace. For example,
if you wish to merge your changes into HEAD, make sure the project is shared
with HEAD in your workspace. To do this, select the project and choose Replace
With > Branch or Version from the context menu. Then select the
branch to replace with.
- Select the project and choose Team > Merge.
- Enter the start point of the merge. This is the version from which the branch
was created. Click Next.
- Enter the branch or version which contains the changes you want to merge.
Click Finish.
- A Merge editor will open, showing all differences between your workspace
and the branch with the changes.
- Load all of the desired changes into the workspace. This may be accomplished
by either manually merging changes and then choosing Save from the
text editor's context menu, or by choosing Update from Repository,
Override and Update, or Merge Changes Into Local Copy from the
tree's context menu.
- After all desired changes are in the workspace, choose Team > Synchronize
with Repository. You may then commit all the changes to the repository.

Team programming with CVS
Branches
Synchronizing with a CVS repository

Defining a branch tag
Branching
Synchronizing with the repository
Updating
Committing
CVS
Merge Wizard