carbidecpp20devenv/plugins/org.eclipse.platform_3.3.101.v200809111700/cheatsheets/cvs_checkout.xml
author cawthron
Wed, 18 Mar 2009 17:21:00 -0500
changeset 1 82d1d1de1a01
permissions -rw-r--r--
import Carbide.c++
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" ?> 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     2
<cheatsheet title="Check out a CVS project">
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     3
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     4
  <intro 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     5
      href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     6
    <description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     7
      This cheat sheet shows you how to explore a CVS repository and check out
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     8
      a project. If you need help at any step, click on the (?) icon to the
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     9
      right.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    10
    </description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    11
  </intro>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    12
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    13
  <item
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    14
      title="Open the CVS Repository Exploring perspective"
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    15
      href="/org.eclipse.platform.doc.user/tasks/tasks-1h.htm">
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    16
    <description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    17
      From the main menu, select Window &gt; Open Perspective &gt; Other...,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    18
      then select the <b>CVS Repository Exploring</b> perspective.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    19
    </description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    20
    <command
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    21
        serialization="org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.team.cvs.ui.cvsPerspective)"
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    22
        confirm="true" translate="" >
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    23
    </command>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    24
  </item>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    25
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    26
  <item
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    27
      title="Add a CVS repository"
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    28
      href="/org.eclipse.platform.doc.user/tasks/tasks-92.htm">
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    29
    <description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    30
      In the CVS Repositories view, click on the <b>Add CVS Repository</b>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    31
      toolbar button. Enter the location and authentication information for
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    32
      the repository. For example, for the <b>eclipse</b> repository, enter the
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    33
      following:<br/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    34
      <br/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    35
      Host: dev.eclipse.org<br/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    36
      Repository path: /cvsroot/eclipse<br/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    37
      User: anonymous<br/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    38
      Connection type: pserver<br/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    39
      <br/>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    40
      Use defaults for the rest, then click Finish.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    41
    </description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    42
  </item>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    43
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    44
  <item
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    45
      title="Locate the project"
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    46
      href="/org.eclipse.platform.doc.user/tasks/tasks-1i.htm">
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    47
    <description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    48
      Expand the <b>HEAD</b> node under the newly added repository, and locate
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    49
      the project you wish to check out (e.g. to find the source code for the
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    50
      cheat sheet view, this is in org.eclipse.ui.cheatsheets)
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    51
    </description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    52
  </item>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    53
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    54
  <item
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    55
      title="Check out the project"
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    56
      href="/org.eclipse.platform.doc.user/tasks/tasks-96.htm">
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    57
    <description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    58
      Right click on the project you wish to check out and select <b>Check
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    59
      Out</b>. This will download the latest content from the repository into
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    60
      your workspace.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    61
    </description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    62
  </item>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    63
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    64
  <item
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    65
      title="View the workspace"
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    66
      href="/org.eclipse.platform.doc.isv/guide/resInt_workspace.htm">
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    67
    <description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    68
      To see the project in your workspace, switch to the <b>Resource</b>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    69
      perspective via Window &gt; Open Perspective &gt; Resource to see the
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    70
      project in the <b>Navigator</b> view. You can now view and work with the
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    71
      contents of the project.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    72
    </description>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    73
  </item>
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    74
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    75
</cheatsheet>