1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-23 16:23:52 +02:00

[cleanup] fix copyright year 2007

This commit is contained in:
Martin Oberhuber 2007-02-22 22:28:21 +00:00
parent a6a0d166e8
commit 3895ee7605
5 changed files with 141 additions and 141 deletions

View file

@ -3,7 +3,7 @@
<head> <head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<title>RSE Artifacts</title> <title>RSE Artifacts</title>
<link rel="stylesheet" type="text/css" HREF="../book.css"> <link rel="stylesheet" type="text/css" HREF="../book.css">
</head> </head>

View file

@ -3,7 +3,7 @@
<head> <head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<title>RSE Model</title> <title>RSE Model</title>
<link rel="stylesheet" type="text/css" HREF="../book.css"> <link rel="stylesheet" type="text/css" HREF="../book.css">
</head> </head>

View file

@ -3,7 +3,7 @@
<head> <head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<title>RSE Model</title> <title>RSE Model</title>
<link rel="stylesheet" type="text/css" HREF="../book.css"> <link rel="stylesheet" type="text/css" HREF="../book.css">
</head> </head>

View file

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. 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-Type" content="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> <LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">

View file

@ -1,137 +1,137 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/> <meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/>
<link rel="stylesheet" type="text/css" href="../book.css"/> <link rel="stylesheet" type="text/css" href="../book.css"/>
<title>Using team support</title> <title>Using team support</title>
</head> </head>
<body id="tteamsup"> <body id="tteamsup">
<a name="tteamsup"><!-- --></a> <a name="tteamsup"><!-- --></a>
<h1 class="topictitle1">Using team support</h1> <h1 class="topictitle1">Using team support</h1>
<div> <div>
<div class="p">You can use any Eclipse-enabled repository from any <div class="p">You can use any Eclipse-enabled repository from any
vendor. The following vendor. The following
information describes project-sharing using Concurrent Versions System information describes project-sharing using Concurrent Versions System
(CVS) support that comes with Eclipse. Steps and user interface (CVS) support that comes with Eclipse. Steps and user interface
elements will differ depending on the repository elements will differ depending on the repository
support that you have installed. support that you have installed.
<div class="note"><span class="notetitle">Note: </span>When you <div class="note"><span class="notetitle">Note: </span>When you
synchronize your RemoteSystemsConnection project with the repository synchronize your RemoteSystemsConnection project with the repository
the first time, you will see many files in conflict. the first time, you will see many files in conflict.
This is because it takes one synchronization to properly align This is because it takes one synchronization to properly align
the server's encoded version information with your local files. This the server's encoded version information with your local files. This
happens only once and you can just receive all of the incoming changes happens only once and you can just receive all of the incoming changes
and your local workspace will then be synchronized with the server. You and your local workspace will then be synchronized with the server. You
might also find inactive profiles that belong to other teammates in the Team might also find inactive profiles that belong to other teammates in the Team
view after you synchronize with the central server. You can choose whether view after you synchronize with the central server. You can choose whether
or not to activate these profiles in the Team view if you want to see the or not to activate these profiles in the Team view if you want to see the
profile's contents in the Remote System Explorer on your local workstation.</div> profile's contents in the Remote System Explorer on your local workstation.</div>
<p>In a team programming environment, team members do work in their own workbench, <p>In a team programming environment, team members do work in their own workbench,
isolated from others. Eventually they will want to share their work with isolated from others. Eventually they will want to share their work with
their teammates. The Remote System Explorer allows them to share their teammates. The Remote System Explorer allows them to share
their connections, filter pools, and filters. To share these resources:</p> their connections, filter pools, and filters. To share these resources:</p>
</div> </div>
<ol> <ol>
<li class="skipspace">In the Remote System Explorer perspective, select the Team tab which by <li class="skipspace">In the Remote System Explorer perspective, select the Team tab which by
default is located in the same pane as the Remote Systems view. This default is located in the same pane as the Remote Systems view. This
will bring the Team view to the front of the Remote System Explorer. will bring the Team view to the front of the Remote System Explorer.
You can also use the<img src="../images/gsarrow.gif" title="" alt="menu" style="width: 24px; height: 23px;"/> You can also use the <img src="../images/gsarrow.gif" title="" alt="menu" style="width: 24px; height: 23px;"/>
button on the Remote Systems view and select the <span style="font-weight: bold;">Work button on the Remote Systems view and select the <span style="font-weight: bold;">Work
With Profiles</span> action.<span> </span></li> With Profiles</span> action.<span> </span></li>
<li class="skipspace"><span>Expand <b>RemoteSystemsConnections</b>. The profiles that you have defined, as well as the Team profile, are displayed. The Team profile is created by the Remote System Explorer to use for sharing connections, filter pools, and filters if you do not want to share them in a profile that you create and manage.</span></li> <li class="skipspace"><span>Expand <b>RemoteSystemsConnections</b>. The profiles that you have defined, as well as the Team profile, are displayed. The Team profile is created by the Remote System Explorer to use for sharing connections, filter pools, and filters if you do not want to share them in a profile that you create and manage.</span></li>
<li class="skipspace"><span>Right-click on <b>RemoteSystemsConnections</b> <li class="skipspace"><span>Right-click on <b>RemoteSystemsConnections</b>
and select <span><b>Team</b> &gt; <b>Share Project</b></span> . </span></li> and select <span><b>Team</b> &gt; <b>Share Project</b></span> . </span></li>
<li class="skipspace"><span>Select <b>CVS</b> and click <b>Next</b>.</span></li> <li class="skipspace"><span>Select <b>CVS</b> and click <b>Next</b>.</span></li>
<li class="skipspace"><span>Select <b>Use existing repository <li class="skipspace"><span>Select <b>Use existing repository
location </b> if you have already defined a CVS repository. Select <b>Create a new location </b> if you have already defined a CVS repository. Select <b>Create a new
repository</b> location if you need to define a CVS repository (this repository</b> location if you need to define a CVS repository (this
information should be available from the person who configured the CVS information should be available from the person who configured the CVS
repository on the server). To create a CVS repository definition:</span> repository on the server). To create a CVS repository definition:</span>
<ol type="a"> <ol type="a">
<li class="skipspace"><span>In the <b>Host</b> field, type the <li class="skipspace"><span>In the <b>Host</b> field, type the
address of the server, for example mymachine.com. </span></li> address of the server, for example mymachine.com. </span></li>
<li class="skipspace"><span>In the <b>Repository path</b> field, <li class="skipspace"><span>In the <b>Repository path</b> field,
type the path to the repository on the server, for example /home/test, d:/test. </span></li> type the path to the repository on the server, for example /home/test, d:/test. </span></li>
<li class="skipspace"><span>In the <b>User</b> field, type the <li class="skipspace"><span>In the <b>User</b> field, type the
user name to use to connect to the repository. </span></li> user name to use to connect to the repository. </span></li>
<li class="skipspace"><span>In the <b>Password</b> field, type <li class="skipspace"><span>In the <b>Password</b> field, type
the password for the user name. </span></li> the password for the user name. </span></li>
<li class="skipspace"><span>From the <b>Connection Type</b> <li class="skipspace"><span>From the <b>Connection Type</b>
list, select the authentication protocol of the CVS server. There are three list, select the authentication protocol of the CVS server. There are three
connection methods that come with the Eclipse CVS client: </span> connection methods that come with the Eclipse CVS client: </span>
<ul> <ul>
<li><b>pserver</b>: A CVS specific connection method. </li> <li><b>pserver</b>: A CVS specific connection method. </li>
<li><b>extssh</b> : An SSH 1.0 client included with the workbench. </li> <li><b>extssh</b> : An SSH 1.0 client included with the workbench. </li>
<li><b>ext</b>: The CVS ext connection method that uses an <li><b>ext</b>: The CVS ext connection method that uses an
external tool such as SSH to connect to the repository. The tool used external tool such as SSH to connect to the repository. The tool used
by ext is configured in the<span><b>Team</b> &gt; <b>CVS</b> &gt; <b>EXT by ext is configured in the<span><b>Team</b> &gt; <b>CVS</b> &gt; <b>EXT
Connection Method</b></span> preference page. </li> Connection Method</b></span> preference page. </li>
</ul> </ul>
</li> </li>
<li class="skipspace"><span>If the server uses a custom port, <li class="skipspace"><span>If the server uses a custom port,
enable <b>Use Port</b> and enable <b>Use Port</b> and
enter the port number. </span></li> enter the port number. </span></li>
</ol> </ol>
</li> </li>
<li class="skipspace"><span>Click <b>Finish</b>. The repository <li class="skipspace"><span>Click <b>Finish</b>. The repository
location is location is
created. The <span style="font-weight: bold;">RemoteSystemsConnections</span> project will be created remotely and the Synchronize view will open and created. The <span style="font-weight: bold;">RemoteSystemsConnections</span> project will be created remotely and the Synchronize view will open and
allow you to commit its resources to the server. If the project already allow you to commit its resources to the server. If the project already
exists remotely, the Synchronize view will show conflicts on any files exists remotely, the Synchronize view will show conflicts on any files
that exist both locally and remotely. If the </span><span><span that exist both locally and remotely. If the </span><span><span
style="font-weight: bold;">RemoteSystemsConnections</span> </span><span>project style="font-weight: bold;">RemoteSystemsConnections</span> </span><span>project
already exists in the repository when you first share it, there may be already exists in the repository when you first share it, there may be
many conflicts. Generally, these are not real conflicts, but simply considered many conflicts. Generally, these are not real conflicts, but simply considered
conflicts on the first synchronize because there is no local CVS information for the conflicts on the first synchronize because there is no local CVS information for the
resources in your workspace. resources in your workspace.
If you have not created any resources in your Team profile, you can If you have not created any resources in your Team profile, you can
safely send or receive all of the conflicting files. If you have created safely send or receive all of the conflicting files. If you have created
resources in your Team profile, you should check each conflicting file to ensure resources in your Team profile, you should check each conflicting file to ensure
there really are no differences, and if there are, resolve them by merging.</span></li> there really are no differences, and if there are, resolve them by merging.</span></li>
<li class="skipspace"><span>To synchronize your resources with those <li class="skipspace"><span>To synchronize your resources with those
in the associated repository, right-click on the <span style="font-weight: bold;">RemoteSystemsConnection in the associated repository, right-click on the <span style="font-weight: bold;">RemoteSystemsConnection
</span>project, and select <span><b>Team</b> &gt; <b>Synchronize </span>project, and select <span><b>Team</b> &gt; <b>Synchronize
with Repository</b></span>.</span></li> with Repository</b></span>.</span></li>
<li class="skipspace"><span>After sharing or synchronizing, and <li class="skipspace"><span>After sharing or synchronizing, and
receiving incoming resources from the repository, right-click on the <span receiving incoming resources from the repository, right-click on the <span
style="font-weight: bold;">RemoteSystemsConnection </span>project, style="font-weight: bold;">RemoteSystemsConnection </span>project,
and select <b>Reload Remote System Explorer</b>. This refreshes and select <b>Reload Remote System Explorer</b>. This refreshes
the Remote System Explorer and Team view to reflect the new or changed the Remote System Explorer and Team view to reflect the new or changed
resources.</span></li> resources.</span></li>
</ol> </ol>
</div> </div>
<div class="nested1" id="tviewproject"><a name="tviewproject"><!-- --></a> <div class="nested1" id="tviewproject"><a name="tviewproject"><!-- --></a>
<h2 class="topictitle2">Viewing the project resources in the Navigator <h2 class="topictitle2">Viewing the project resources in the Navigator
view</h2> view</h2>
<div> <div>
<div class="p">The Navigator view provides a hierarchical view of all <div class="p">The Navigator view provides a hierarchical view of all
the resources in the workspace. From here, you can view the contents of the projects the resources in the workspace. From here, you can view the contents of the projects
that are shared, including the <span style="font-weight: bold;">RemoteSystemsConnection that are shared, including the <span style="font-weight: bold;">RemoteSystemsConnection
</span>project, and select team-related actions on particular </span>project, and select team-related actions on particular
resources. By default, the Navigator view is included in the Resources perspective. resources. By default, the Navigator view is included in the Resources perspective.
To add it to the current perspective, To add it to the current perspective,
<ol> <ol>
<li>Select <span><b>Window</b> &gt; <b>Show View</b> &gt; <b>Other</b></span>.</li> <li>Select <span><b>Window</b> &gt; <b>Show View</b> &gt; <b>Other</b></span>.</li>
<li>Expand <b>Basic.</b> </li> <li>Expand <b>Basic.</b> </li>
<li>Select <b>Navigator.</b></li> <li>Select <b>Navigator.</b></li>
</ol> </ol>
</div> </div>
<div class="p"><img src="../images/navigator.jpg" alt=""/></div> <div class="p"><img src="../images/navigator.jpg" alt=""/></div>
</div> </div>
<div> <div>
<p><b class="relconceptshd">Related concepts</b><br/> <p><b class="relconceptshd">Related concepts</b><br/>
<a href="../concepts/cteam.html" title="">Team support</a><br/> <a href="../concepts/cteam.html" title="">Team support</a><br/>
<a href="../concepts/cprofile.html" title="">Remote System Explorer <a href="../concepts/cprofile.html" title="">Remote System Explorer
Profiles</a><br/> Profiles</a><br/>
</p> </p>
<p><b class="reltaskshd">Related tasks</b><br/> <p><b class="reltaskshd">Related tasks</b><br/>
<a href="tteamsup1.html" title="">Working with profiles and team support</a><br/> <a href="tteamsup1.html" title="">Working with profiles and team support</a><br/>
</p> </p>
</div> </div>
</div> </div>
</body> </body>
</html> </html>