|
What this is
Other links
The source code<?xml version="1.0" encoding="UTF-8" ?> <cheatsheet title="Check out a CVS project"> <intro href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm"> <description> This cheat sheet shows you how to explore a CVS repository and check out a project. If you need help at any step, click on the (?) icon to the right. </description> </intro> <item title="Open the CVS Repository Exploring perspective" href="/org.eclipse.platform.doc.user/tasks/tasks-1h.htm"> <description> From the main menu, select Window > Open Perspective > Other..., then select the <b>CVS Repository Exploring perspective. </description> <command serialization="org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.team.cvs.ui.cvsPerspective)" confirm="true" translate="" > </command> </item> <item title="Add a CVS repository" href="/org.eclipse.platform.doc.user/tasks/tasks-92.htm"> <description> In the CVS Repositories view, click on the <b>Add CVS Repository toolbar button. Enter the location and authentication information for the repository. For example, for the <b>eclipse repository, enter the following:<br/> <br/> Host: dev.eclipse.org<br/> Repository path: /cvsroot/eclipse<br/> User: anonymous<br/> Connection type: pserver<br/> <br/> Use defaults for the rest, then click Finish. </description> </item> <item title="Locate the project" href="/org.eclipse.platform.doc.user/tasks/tasks-1i.htm"> <description> Expand the <b>HEAD node under the newly added repository, and locate the project you wish to check out (e.g. to find the source code for the cheat sheet view, this is in org.eclipse.ui.cheatsheets) </description> </item> <item title="Check out the project" href="/org.eclipse.platform.doc.user/tasks/tasks-96.htm"> <description> Right click on the project you wish to check out and select <b>Check Out</b>. This will download the latest content from the repository into your workspace. </description> </item> <item title="View the workspace" href="/org.eclipse.platform.doc.isv/guide/resInt_workspace.htm"> <description> To see the project in your workspace, switch to the <b>Resource perspective via Window > Open Perspective > Resource to see the project in the <b>Navigator view. You can now view and work with the contents of the project. </description> </item> </cheatsheet> |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
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.