summaryrefslogtreecommitdiff
blob: 5ddf0d4262ce2a0dd4c8ffdaa2d6892af9280f65 (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>ViewVC Help: Log View</title>
  <link rel="stylesheet" href="help.css" type="text/css" />
  <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
  <div><a href="http://viewvc.org/index.html"><img src="images/viewvc-logo.png" alt="ViewVC logotype" /></a></div>
  <table>
    <col class="menu" />
    <col />
    <tr><td>
       <h3>Help</h3>
       <a href="help_rootview.html">General</a><br />
       <a href="help_dirview.html">Directory&nbsp;View</a><br />
       <strong>Log&nbsp;View</strong><br />
       <a href="help_query.html">Query&nbsp;Database</a><br />
    </td><td>

    <h1>ViewVC Help: Log View</h1>

    <p>
      The log view displays the revision history of the selected source
      file or directory. For each revision the following information is
      displayed:

      <ul>
        <li>The revision number. In Subversion repositories, this is a
            link to the <a href="help_rootview.html#view-rev">revision
            view</a></li>
        <li>For files, links to
        <a href="help_rootview.html#view-markup">view</a>,
        <a href="help_rootview.html#view-checkout">download</a>, and
        <a href="help_rootview.html#view-annotate">annotate</a> the
          revision. For directories, a link to
        <a href="help_dirview.html">list directory contents</a></li>
        <li>A link to select the revision for diffs (see below)</li>
        <li>The date and age of the change</li>
        <li>The author of the modification</li>
        <li>The CVS branch (usually <em>MAIN</em>, if not on a branch)</li>
        <li>Possibly a list of CVS tags bound to the revision (if any)</li>
        <li>The size of the change measured in added and removed lines of
            code. (CVS only)</li>
        <li>The size of the file in bytes at the time of the revision
            (Subversion only)</li>
        <li>Links to view diffs to the previous revision or possibly to
            an arbitrary selected revision (if any, see above)</li>
        <li>If the revision is the result of a copy, the path and revision
            copied from</li>
        <li>If the revision precedes a copy or rename, the path at the
            time of the revision</li>
        <li>And last but not least, the commit log message which should tell
            about the reason for the change.</li>
      </ul>
    <p>
      At the bottom of the page you will find a form which allows
      to request diffs between arbitrary revisions.
    </p>
  </td></tr></table>
  <hr />
  <address><a href="mailto:users@viewvc.tigris.org">ViewVC Users Mailinglist</a></address>
  </body>
</html>