Skip to main content
summaryrefslogtreecommitdiffstats
blob: 81f6ff956dcb0507e0df6e66ca1d6b65d1def6b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<contexts>
   <context  id="new_cvs_connection_action_context" >
      <description>example</description>
	<topic label="Repositories - Concept" href="concepts/concepts-27c.htm"/>
 	<topic label="Repositories - Reference" href="reference/ref-47.htm"/> 
   	<topic label="CVS Repositories" href="reference/ref-47.htm"/>
	<topic label="Create a Repository Location" href="tasks/tasks-92.htm"/>
   	<topic label="Disconnecting from a Repository" href="tasks/tasks-94.htm"/>
   </context>
   
	<!-- ********************************** -->
 	<!-- TagSelectionDialog 				-->
 	<!-- ********************************** -->
	
	<context id="replace_tag_selection_dialog_context">
   		<description>Replace the selected resource(s) with those that are tagged with the selected tag. 
		</description>
   	</context>
   	
   	<context id="compare_tag_selection_dialog_context">
   		<description>Compare the selected resource(s) with those that are tagged with the selected tag.
		</description>
   	</context>
   	
   	<context id="tag_remote_with_existing_dialog_context">
   		<description>Tags the selected resource(s) with the selected tag, moving the tag if required.
		</description>
   	</context>
   	
   	<context id="share_with_existing_tag_selection_dialog_context">
   		<description>Synchronizes the previously unshared project with the selected branch of the corresponding remote project
		</description>
   	</context>
   	
   	<!-- ********************************** -->
 	<!-- TagAsVersionDialog 				-->
 	<!-- ********************************** -->
 	
 	<context id="tag_as_version_dialog_context">
   		<description>Tags the project with the version name provided.
		</description>
   	</context>
   	
   	<!-- ********************************** -->
 	<!-- WizardPages 						-->
 	<!-- ********************************** -->
 	
 	<context id="sharing_autoconnect_page_context">
   		<description>Project already has CVS information. Continuing will allow the use of CVS operations.
		</description>
   	</context>
   	
   	<context id="sharing_select_repository_page_context">
   		<description>Here you can select an exisiting repository to use.
		</description>
   	</context>

 	<context id="sharing_new_repository_page_context">
   		<description>Here you can create a new repository to use for your project.
		</description>
   	</context>

 	<context id="sharing_module_page_context">
   		<description>Here you can decide whether to use the project name as the module name or give the module a different name.
		</description>
   	</context>

 	<context id="sharing_finish_page_context">
   		<description>All you need to do now is hit the 'Finish' button to share the project.
		</description>
   	</context>

 	<context id="patch_selection_page_context">
   		<description>Here you can select where you want to save the patch.
		</description>
   	</context>

 	<context id="patch_options_page_context">
   		<description>Here you can specify the kind of patch you would like.
		</description>
   	</context>

 	<context id="keyword_substituton_selection_page_context">
   		<description>
		</description>
   	</context>

 	<context id="keyword_substituton_summary_page_context">
   		<description>
		</description>
   	</context>

 	<context id="keyword_substituton_shared_page_context">
   		<description>
		</description>
   	</context>

 	<context id="keyword_substituton_changed_page_context">
   		<description>
		</description>
   	</context>
   	
   	<!-- ********************************** -->
 	<!-- TeamMenuActions 					-->
 	<!-- ********************************** -->
	
	<context id="team_synchronize_action_context">
   		<description>Finds all differences between remote and local versions of the project.
		</description>
   	</context>
   	
   	<context id="team_synchronize_outgoing_action_context">
   		<description>Find all outgoing changes.
		</description>
   	</context>

 	<context id="team_commit_action_context">
   		<description>Updates the remote project with any changes that have been made locally.
		</description>
   	</context>

 	<context id="team_update_action_context">
   		<description>Updates the local project with any changes that have been made remotely.
		</description>
   	</context>

 	<context id="team_create_patch_action_context">
   		<description>Creates a patch that can be applied to the base project to bring it in sync with this copy.
		</description>
   	</context>

 	<context id="team_tag_as_version_action_context">
   		<description>Tags a project with a version name that you can provide.
		</description>
   	</context>

 	<context id="team_branch_action_context">
   		<description>Branch off a project into 2 streams.
		</description>
   	</context>

 	<context id="team_merge_action_context">
   		<description>Merge 2 disparate streams into one cohesive whole.
		</description>
   	</context>

 	<context id="team_set_keyword_mode_action_context">
   		<description>
		</description>
   	</context>

 	<context id="team_disconnect_action_context">
   		<description>Stop managing the project with this repo provider.
		</description>
   	</context>

 	<context id="team_add_action_context">
   		<description>Add this file to the repository
		</description>
   	</context>

 	<context id="team_ignore_action_context">
   		<description>Ignore this file for all remote sync operations.
		</description>
   	</context>

 	<context id="team_nature_to_property_action_context">
   		<description>Convert a project that has a CVS nature on it to one that has a persitant property.
		</description>
   	</context>
   		
   	<!-- ********************************** -->
 	<!-- Other Menu Actions 					-->
 	<!-- ********************************** -->
	
	<context id="compare_with_tag_action_context">
   		<description>Compare the selected resource(s) with the corresponding remote resources tagged with a given version or branch tag.
		</description>
   	</context>
   	
   	<context id="compare_with_latest_action_context">
   		<description>Compare the selected resource(s) with the corresponding remote resources on the same branch (or HEAD).
		</description>
   	</context>

   	<context id="compare_with_revision_action_context">
   		<description>Compare the selected file with a given remote revision of the file.
		</description>
   	</context>
   	
 	<context id="replace_with_tag_action_context">
   		<description>Replace the selected resource(s) with the corresponding remote resources tagged with a given version or branch tag.
		</description>
   	</context>
   	
   	 <context id="replace_with_latest_action_context">
   		<description>Replace the selected resource(s) with the corresponding remote resources on the same branch (or HEAD).
		</description>
   	</context>
    
   	<context id="replace_with_revision_action_context">
   		<description>Replace the selected file with a given remote revision of the file.
		</description>
   	</context>
   	
   	<context id="checkout_as_action_context">
   		<description>Checkout the selected resource into a user configured project.
		</description>
   	</context>
   	
   	<context id="checkout_as_project_action_context">
   		<description>Checkout the selected resource(s) into a project(s) that corresponds to the name of the remote resource.
		</description>
   	</context>

   	<context id="checkout_module_action_context">
   		<description>Checkout the selected module(s) into the local workspace.
		</description>
   	</context>
   	   	
   	<context id="open_remote_file_action_context">
   		<description>Open the contents of the selected remote file into an editor.
		</description>
   	</context>

 	<context id="show_in_history_action_context">
   		<description>Display the revision history of the selected local or remote file in the history view.
		</description>
   	</context>

 	<context id="compare_remote_resources_action_context">
   		<description>Compare the 2 selected remote resources with each other.
		</description>
   	</context>
   	
   	<context id="copy_repository_name_action_context">
   		<description>Copy the name of the selected repository location to the clipboard.
		</description>
   	</context>
   	
   	<context id="remove_root_action_context">
   		<description>Remove the selected repository location(s) from the Repositories View.
		</description>
   	</context>
   	
   	<context id="define_branch_action_context">
   		<description>Add a branch to the selected repository location. This operation only adds the branch to the view and does not effect the repository itself.
		</description>
   	</context>
   	
   	<context id="remove_branch_action_context">
   		<description>Remove a branch from the selected repository location. This operation only removes the branch to the view and does not effect the repository itself.
		</description>
   	</context>
   	
   	<context id="move_remote_tag_action_context">
   		<description>Tags the selected resource(s) with the selected tag, moving the tag if required.
		</description>
   	</context>
   	
   	<context id="tag_remote_action_context">
   		<description>Tags the selected resource(s) with the selected tag.
		</description>
   	</context>
   	   	  	
 	<!-- ********************************** -->
 	<!-- TagConfiguration 					-->
 	<!-- ********************************** -->
	
	<context  id="tag_configuration_overview" >
   		<description>Configure the branch and version tags that are shown in the workbench. By browsing remote CVS files for tags you can selectively choose, from the list of tags on each file, which tags should be remembered and which ones shouldn't. You can also select the files that will be automatically examined for tags.
		</description>
   	</context>
   
    <context  id="tag_configuration_refreshlist" >
      <description>This lists the files that are automatically examined for tags. By default, the .project file	is examined. But in some cases other files may have a more complete tag history and should be examined instead.
      </description>
   	</context>
   
   	<context  id="tag_configuration_refreshaction" >
      <description>This will fetch branch and version tags from the files that have been configured to be automatically searched for tags. If tags that you expected to see don't appear, try changing the list of files to examined via the tag configuration dialog.</description>
   	</context>

 	<!-- ********************************** -->
 	<!-- Dialogs					        -->
 	<!-- ********************************** -->
 	
 	<context id="release_comment_dialog_context">
       <description>Enter a comment to describe the contents of this release.</description>
    <!-- Below copied from old VCM
       <topic label="%context_ref_vcm_releasing" href="tasks/tasks-114.htm" />
    -->
    </context>
   	<context id="user_validation_dialog_context">
      <description>In this dialog, enter the appropriate information to log in to the repository.
      </description> 
    <!-- Below copied from old VCM
      <topic label="%context_ref_vcm_repositories_concept" href="concepts/concepts-27c.htm" /> 
      <topic label="%context_ref_vcm_create_repository_location" href="tasks/tasks-92.htm" /> 
      <topic label="%context_ref_vcm_repositories_reference" href="reference/ref-47.htm" />
    -->
    </context>
    <context id="tag_local_as_version_dialog_context">
      <description>Enter the name of the version tag to be applied to the revisions that exist locally.
      </description>
    </context>
    <context id="branch_dialog_context">
      <description>Enter the name of the branch tag to be applied to the revisions that exist locally.
      </description>
    </context>
    <context id="add_to_cvsignore_context">
    	<description>In this dialog choose how to add the selected resources to the .cvsignore files. For each resource to be ignored, a .cvsignore file will created in its parent directory containing the pattern specified in the dialog. This won't affect resources already under version control.
    	</description>
    </context>
    
 	<!-- ********************************** -->
 	<!-- Preference Pages 					-->
 	<!-- ********************************** -->
 	
 	<context  id="prune_empty_directories_pref" >
      <description>Enables pruning of empty directories on update and in the synchronization view. Although pruned directories aren't shown in the workbench there is actually still an empty directory in the repository.
      </description>
   	</context>
   	
   	<context  id="quietness_level_pref" >
      <description>Sets the amount of status information CVS prints for a command. In "Somewhat quiet" mode the printing of unimportant informational messages is supressed. The consideration of what is important depends on each command. In "Very quiet" mode all output except what is absolutely necessary to complete the command is suppressed. In "Very Quiet" mode, some cvs servers may not communicate important information about errors that have occured. You may want to consider using "Somewhat quiet" mode instead.
      </description>
   	</context>
   	
  	<context  id="compression_level_pref" >
      <description>Sets the compression level on communications with the server if it is supported by the server. Level 1 is minimal compression (very fast/low compression) and level 9 maximum compression (very slow/maximum compression).
      </description>
   	</context>

	<context  id="default_keywordmode_pref" >
      <description>Sets the default keyword substitution mode to use for text files.
      </description>
   	</context>
   	
	<context  id="comms_timeout_pref" >
      <description>Sets the amount of time in seconds to wait before timing out from a connection to the CVS server.
      </description>
   	</context>
   	
   	<context  id="consider_content_pref" >
      <description>Sets the default compare method for comparing and synchronizing CVS resources. By default timestamps are used to compare CVS files, and this is by far the fastest method. However, in some cases a more accurate comparison can be achieved by comparing file content. This setting can be toggled from within a compare editor or the synchronization view.
      </description>
   	</context>

	<context  id="markers_enabled_pref" >
      <description>Enables markers to be added to the task view for resources that have been locally removed but not committed and resources that have been locally added but not placed under CVS control.
      </description>
   	</context>
   	
	<context  id="replace_deletion_of_unmanaged_pref" >
      <description>Allows resources not under CVS control to be deleted when replacing with resources from the repository.
      </description>
   	</context>
   	
   	<!-- ********************************** -->
 	<!-- Views					            -->
 	<!-- ********************************** -->
 	
 	<context  id="console_view_context" >
      <description>This view shows the output of CVS operations.
      </description>
   	</context>
   	<context  id="repositories_view_context" >
      <description>This view allows the browsing of a remote CVS repository.
      </description>
   	</context>
   	<context  id="resource_history_view_context" >
      <description>This view shows the revision history of a resource under CVS control.
      </description>
   	</context>
   	<context  id="catchup_release_viewer_context" >
      <description>This view shows the incoming, outgoing and conflicting changes.
      </description>
   	</context>
   	   <context  id="compare_revisions_view_context" >
      <description>This view allows the comparision of the local copy of a file with the revisions from the respoitory.
      Actions availabel of a revision are "Get Contents" and "Get Revision". Although both replace the local file with the contents of the remote rvision, "Get Revision" will make the local file "sticky". This means that changes to the file cannot be committed back to the repository.
      </description>
   	</context>
   	
   	<!-- ********************************** -->
 	<!-- Actions					        -->
 	<!-- ********************************** -->
 	
 	<context  id="get_file_revision_action_context" >
      <description>Load the revision of the file into the workspace. The file will be "sticky" and the user will be unable to commit changes to the repository.
      </description>
   	</context>
 	<context  id="get_file_contents_action_context" >
      <description>Load the contents of the file into the workspace. The base revision of the local file will not change and the file will become dirty. Perform this action if you wich to revert to the contents of an older revision of the file.
      </description>
   	</context>
   
    <!-- ********************************** -->
 	<!-- Team Actions					    -->
 	<!-- ********************************** -->
 	
   	<context  id="team_commit_action_context" >
      <description>Commit outgoing changes to the respository
      </description>
   	</context>
   		
   	<!-- ********************************** -->
 	<!-- Sync Actions					    -->
 	<!-- ********************************** -->
 	
   	<context  id="sync_commit_action_context" >
      <description>Commit outgoing changes to the respository
      </description>
   	</context>

</contexts>

Back to the top