blob: d6494c85527772165b53a4776cf6967b82e1dc4b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1"
type="text/css">
<title>Checking out a project</title>
</head>
<body bgcolor="#ffffff">
<h3> Checking out a project</h3>
<p class="Para">Coworker Fred has several tasks in front of him:&nbsp;</p>
<ul>
<li>Fred will import the project that Jane committed to the CVS
repository into his Workbench.</li>
<li>Fred will make changes to file1.txt and file2.txt.</li>
<li>Fred will synchronize and commit his outgoing changes to the two
files.</li>
</ul>
<p>Fred's first step is to import the project into his workspace as
follows:</p>
<ol>
<li>Run the import wizard via the <span style="font-weight: bold;">File
&gt; Import</span> menu item.<br>
<br>
<div style="margin-left: 40px;"><img src="../images/Image82_import_project_fred.png" alt="Screenshot of Import type selection">
<br>
</div>
<br>
</li>
<li>Select the <span style="font-weight: bold;">Checkout Projects
from CVS</span> item and press <span style="font-weight: bold;">Next</span>.<br>
<br>
</li>
<li>Create a repository location as described when Jane <a
href="qs-61d_repolocb.htm">created a repository</a>.<br>
<br>
</li>
<li>On the next page select the "Use an existing module" radio button
and wait while the repository is contacted.<br>
<br>
<div style="margin-left: 40px;"><img src="../images/Image82_import2_project_fred.png" alt="Screenshot of CVS module selection page">
<br>
<br>
</div>
</li>
<li>From the list of available projects, select <span
style="font-weight: bold;">JanesTeamProject </span>and press <span
style="font-weight: bold;">Finish</span>. A progress dialog will
appear showing the progress of the import operation.<br>
<br>
<div style="margin-left: 40px;"><img src="../images/Image82_import3_project_fred.png" alt="Screenshot of progress dialog">
<br>
<br>
</div>
</li>
<li>Open one of the navigation views and observe&nbsp;that it now includes
the project <span style="font-weight: bold;">JanesTeamProject</span>.
Notice that there are CVS decorators indicating the file revisions, the
repository name, and the file types.<br>
<br>
<div style="margin-left: 40px;"><img src="../images/Image82_import4_project_fred.png" alt="Screenshot of Fred's Navigator after checkout">
<br>
</div>
<br>
<br>
</li>
</ol>
</body>
</html>