OSDN Git Service

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