This file is indexed.

/usr/share/doc/gnat-gps/html/The-VCS-Activities.html is in gnat-gps-doc 5.0-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<html lang="en">
<head>
<title>The VCS Activities - Using the GNAT Programming Studio</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNAT Programming Studio">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Version-Control-System.html#Version-Control-System" title="Version Control System">
<link rel="prev" href="The-VCS-Explorer.html#The-VCS-Explorer" title="The VCS Explorer">
<link rel="next" href="The-VCS-Menu.html#The-VCS-Menu" title="The VCS Menu">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 2002-2010 AdaCore.

This document is free; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

This document is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, see `http://www.gnu.org/licenses/'.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
pre.smallexample {background-color:rgb(240,240,240);
                     font-family: courier new,courier,fixed;
                     font-size: 14px;
                     margin: 0px 40px 0px 40px;
                     border-width: 1px 2px 2px 1px;
                     border-top-style: dotted;
                     border-left-style: dotted;
                     border-right-style: solid;
                     border-bottom-style: solid;
                     border-color: black;}
   code             {color:black;
                     font-family: courier new,courier,fixed;
                     font-size: 14px;}
   body             {font-family: arial,helvetica,sans-serif;
                     font-size: 16px;
                     max-width: 800px;
                     text-align: justify}
   samp             {font-family: courier new,courier,fixed;
                     font-size: 14px}
                    
--></style>
</head>
<body>
<div class="node">
<a name="The-VCS-Activities"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="The-VCS-Menu.html#The-VCS-Menu">The VCS Menu</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="The-VCS-Explorer.html#The-VCS-Explorer">The VCS Explorer</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Version-Control-System.html#Version-Control-System">Version Control System</a>
<hr>
</div>

<h3 class="section">12.2 The VCS Activities</h3>

<p><a name="index-VCS-activities-593"></a><a name="index-version-control-594"></a>The VCS Activities give the ability to group files to be committed
together. The set of files can be committed atomically if supported by
the version control system used.

   <p><a name="index-screen-shot-595"></a><img src="vcs-activities.jpg" alt="vcs-activities.jpg">

   <p>The way to bring up the VCS Activities view is through the
<code>VCS-&gt;Activities</code> menu.

   <p>The VCS Activities view contains the following columns:

     <dl>
<dt><b>Activity / File</b><dd>The name of the activity or files belonging to an activity. This
column can be sorted by clicking on the header.

     <br><dt><b>Status</b><dd>Shows the status of the file. This column can be sorted by clicking on
the header. See <a href="The-VCS-Explorer.html#The-VCS-Explorer">The VCS Explorer</a> for a full description.

     <br><dt><b>Log</b><dd>This column indicates whether a revision log exists for this file.

     <br><dt><b>Working rev.</b><dd>Indicates the version of the local file.

     <br><dt><b>Head rev.</b><dd>Indicates the most recent version of the file in the repository. 
</dl>

   <p>The VCS Explorer supports multiple selections. To select a single
line, simply left-click on it. To select a range of lines, select the
first line in the range, then hold down the &lt;Shift&gt; key and select the
last line in the range. To add or remove single columns from the
selection, hold down the &lt;Control&gt; key and left-click on the
columns that you want to select/unselect.

   <p>There are different contextual menu entries depending on the
position on the screen. 
On an empty area we have a simple contextual menu:

     <dl>
<dt><b>Create new activity</b><dd>Create a new activity. The name can be edited by double clicking on it. 
</dl>

   <p>On an activity line the contextual menu is:

     <dl>
<dt><b>Group commit</b><dd>This is a selectable menu entry. It is activated only if the
VCS supports atomic commit and absolute filenames. See <a href="The-VCS-node.html#The-VCS-node">The VCS node</a>
for full details.

     <br><dt><b>Create new activity</b><dd>Create a new activity. The name can be edited by double clicking on it.

     <br><dt><b>Re-open activity / Close activity</b><dd>If the activity is closed it is possible to re-open it and if it is
opened it is possible to close it manually.

     <br><dt><b>Delete activity</b><dd>Remove the activity.

     <br><dt><b>Commit activity</b><dd>Commit the activity. If group commit is activated then the commit log
content is generated using a template file fully configurable. 
See <a href="Files.html#Files">Files</a>. 
If group commit is not activated then the log content for each
activity file is the file log catenated with the activity log. After
this operation the file's log are removed but the activity log is kept
as documentation.

     <br><dt><b>Query status</b><dd>Query the status for all the source files contained in the activity.

     <br><dt><b>Update</b><dd>Update all the source files contained in the activity.

     <br><dt><b>Compare against head revision</b><dd>Show a visual comparison between the local activity files and the most recent
version of those files in the repository.

     <br><dt><b>Build patch file</b><dd>Create a patch file (in text format) for the activity. The patch file
contains a header (the activity log and file's logs) and the diff of
each file. The header format is fully configurable using a template
file. See <a href="Files.html#Files">Files</a>.

     <br><dt><b>Edit revision log</b><dd>Edit the current revision log for activity. This log is shared with
all the activity files.

     <br><dt><b>Remove revision log</b><dd>Remove the current revision log for activity. This menu is present
only if the activity revision log exists. 
</dl>

   <p>On a file line the contextual menu contains:

     <dl>
<dt><b>Create new activity</b><dd>Create a new activity. The name can be edited by double clicking on
it.

     <br><dt><b>Remove from activity</b><dd>Remove the selected file from the activity and delete the
activity log.

     <br><dt><b>Edit revision log</b><dd>Edit the current revision log for the selected file.

   </dl>

   </body></html>