-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathref-6a.htm
More file actions
73 lines (73 loc) · 3.92 KB
/
ref-6a.htm
File metadata and controls
73 lines (73 loc) · 3.92 KB
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
<!DOCTYPE HTML>
<html lang="en">
<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 charset="utf-8">
<link rel="STYLESHEET" href="../book.css" type="text/css">
<title>Local History</title>
</head>
<body>
<h1 class="Head">Local History</h1>
<p>Local history of a file is maintained when you create or modify a file. Each time you edit and save a file, a copy
of it is saved. This allows you to compare your current file state to a previous state, or replace the file with a
previous state. Each state in the local history is identified by the date and time the file was saved.</p>
<p>Neither projects nor folders have local history. Local History is displayed in the History View.</p>
<p>To view the local history of a file, choose <b>Team > Show Local History</b> from the pop-up menu. This will
bring up the History view and populate it with the revisions of the selected file. You can open different revisions
from the table (by using <b>Open</b> from the context menu or by double clicking on a revision), compare them against
the latest revision or against a previous revisions (by using <b>Compare With Revision</b> from the context menu),
and replace the current revision with the contents of a previous revisions (by using <b>Get Contents</b> from the
context menu).</p>
<h2>Toolbar</h2>
<div class="Topic">
<h3>Refresh</h3>
<p class="Para">This command refreshes the contents of the view, fetching the latest history information for the
resource from the server.</p>
</div>
<div class="Topic">
<h3>Link With Editor and Selection</h3>
<p class="Para">When enabled, the view will display the history for the resource of the active editor or of the
active selection.</p>
</div>
<div class="Topic">
<h3>Pin</h3>
<p class="Para">When enabled will pin the view and its contents. Any new requests for history will open a new
instance of the History View.</p>
</div>
<div class="Topic">
<h3>Group Revisions by Date</h3>
<p class="Para">When enabled, all history items will be sorted into one of the following date categories:</p>
<ul>
<li>Today</li>
<li>Yesterday</li>
<li>This Month</li>
<li>Previous</li>
</ul>
</div>
<div class="Topic">
<h3>Collapse All</h3>
<p class="Para">Will the view is in the Group by Date mode, Collapse All will collapse all of the date
categories.</p>
</div>
<div class="Topic">
<h3>Compare Mode</h3>
<p class="Para">When enabled, a double click (or a single click depending on your Open Mode strategy set in
<b>Preferences>General</b>) will open a compare editor. When it is disabled, clicking on a revision will open
that revision.</p>
</div>
<h2 class="Para">Context menu</h2>
<p class="Para">From the context menu of the Local History view you can perform the following operations:</p>
<h3>Open</h3>
<p class="Para">This command will open the contents of the selected revision in a read only editor. (The editor used
is the one that is registered as the default editor for the file type). <i>Note</i>: If the revision being opened is
the current version of the file, then it will be opened in a regular editor.</p>
<h3>Compare Current With Revision/compare With Each Other</h3>
<p class="Para">The compare command differs based on the number of revisions selected in the history view. For a
single selection, <b>Compare Current With Revision</b> will the compare the current version of the resource with the
selected revision. For two selections, <b>Compare with Each Other</b> will compare the selected revisions.</p>
<h3>Get Contents</h3>
<p class="Para">This command will load the contents of the selected revision into the local copy of the file whose
history is displayed in the view.</p>
</body>
</html>