alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8" ?> 
<cheatsheet title="Merge CVS branches">

  <intro 
      href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
    <description>
      This cheat sheet shows you the steps to merge changes from one CVS branch
      into another, or into HEAD. If you need help at any step, click on the (?)
      icon to the right.
    </description>
  </intro>

  <item
      href="/org.eclipse.platform.doc.user/tasks/tasks-100b.htm"
      title="Determine branch and version information">
    <description>
      The first step is to decide <b>which two branches will be merged, at
      which <b>version the content was branched, and what the
      <b>destination branch will be (where the result of the merge will go).
      Once you have this information, you can move on to the next step.
    </description>
  </item>

  <item
      href="/org.eclipse.platform.doc.user/tasks/tasks-96.htm"
      title="Check out the project">
    <description>
      Before merging, you must <b>check out the project you wish to merge
      and bring it into your workspace. You can do this either via the import
      wizard or by adding your repository from the CVS Repository Exploring
      perspective, or click the (?) button for help.
    </description>
  </item>

  <item
      href="/org.eclipse.platform.doc.user/tasks/tasks-103.htm"
      title="Load the destination into your workspace">
    <description>
      In the navigator, right-click on the project and select Replace With >
      Another Branch or Version. Select the destination branch. This will load
      the branch's latest content into your workspace.
    </description>
  </item>

  <item
      href="/org.eclipse.platform.doc.user/tasks/tasks-100b.htm"
      title="Merge details">
    <description>
      Again in the navigator, right-click on the project and select <b>Team
      > <b>Merge and complete the steps in the wizard. In this wizard you
      specify the details of the merge.
    </description>
  </item>

  <item
      href="/org.eclipse.platform.doc.user/tasks/tasks-100b.htm"
      title="Work with the Merge editor">
    <description>
      In the Merge editor manually merge the changes. This step loads the
      required changes into the workspace. Once you've merged all the changes
      and are satisfied with the result, move on to the next step.
    </description>
  </item>

  <item
      href="/org.eclipse.platform.doc.user/tasks/tasks-114.htm"
      title="Commit your changes">
    <description>
      Right-click on the project and select <b>Team > Synchronize with
      Repository</b> and then commit all the changes to the repository. This
      step finalizes the transfer of the changes from the workspace to the CVS
      repository, and finalizes the merge.
    </description>
  </item>

</cheatsheet>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.