Magellan Linux

Contents of /trunk/viewvc/magellan-template/docroot/help_log.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations) (download) (as text)
Fri May 13 08:48:34 2016 UTC (8 years ago) by niro
File MIME type: text/html
File size: 2914 byte(s)
-updates magellan-template to match viewvc-1.1.24
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>ViewVC Help: Log View</title>
6 <link rel="stylesheet" href="help.css" type="text/css" />
7 <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
8 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 </head>
10 <body>
11 <div><a href="http://viewvc.org/index.html"><img src="images/viewvc-logo.png" alt="ViewVC logotype" /></a></div>
12 <table>
13 <col class="menu" />
14 <col />
15 <tr><td>
16 <h3>Help</h3>
17 <a href="help_rootview.html">General</a><br />
18 <a href="help_dirview.html">Directory&nbsp;View</a><br />
19 <strong>Log&nbsp;View</strong><br />
20 <a href="help_query.html">Query&nbsp;Database</a><br />
21 </td><td>
22
23 <h1>ViewVC Help: Log View</h1>
24
25 <p>
26 The log view displays the revision history of the selected source
27 file or directory. For each revision the following information is
28 displayed:
29
30 <ul>
31 <li>The revision number. In Subversion repositories, this is a
32 link to the <a href="help_rootview.html#view-rev">revision
33 view</a></li>
34 <li>For files, links to
35 <a href="help_rootview.html#view-markup">view</a>,
36 <a href="help_rootview.html#view-checkout">download</a>, and
37 <a href="help_rootview.html#view-annotate">annotate</a> the
38 revision. For directories, a link to
39 <a href="help_dirview.html">list directory contents</a></li>
40 <li>A link to select the revision for diffs (see below)</li>
41 <li>The date and age of the change</li>
42 <li>The author of the modification</li>
43 <li>The CVS branch (usually <em>MAIN</em>, if not on a branch)</li>
44 <li>Possibly a list of CVS tags bound to the revision (if any)</li>
45 <li>The size of the change measured in added and removed lines of
46 code. (CVS only)</li>
47 <li>The size of the file in bytes at the time of the revision
48 (Subversion only)</li>
49 <li>Links to view diffs to the previous revision or possibly to
50 an arbitrary selected revision (if any, see above)</li>
51 <li>If the revision is the result of a copy, the path and revision
52 copied from</li>
53 <li>If the revision precedes a copy or rename, the path at the
54 time of the revision</li>
55 <li>And last but not least, the commit log message which should tell
56 about the reason for the change.</li>
57 </ul>
58 <p>
59 At the bottom of the page you will find a form which allows
60 to request diffs between arbitrary revisions.
61 </p>
62 </td></tr></table>
63 <hr />
64 <address><a href="mailto:users@viewvc.tigris.org">ViewVC Users Mailinglist</a></address>
65 </body>
66 </html>