Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations) (download) (as text)
Tue Oct 30 22:18:26 2012 UTC (11 years, 7 months ago) by niro
File MIME type: text/html
File size: 3132 byte(s)
-initial viewvc theme for cvs.magellan-linux.de/svn.magellan-linux.de
1 niro 4 <!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     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8     </head>
9     <body>
10     <table>
11     <col class="menu" />
12     <col />
13     <tr>
14     <td><a href="http://viewvc.org/index.html"><img
15     src="images/logo.png" alt="ViewVC logotype" /></a>
16     </td>
17     <td>
18     <h1>ViewVC Help: Log View</h1>
19     </td>
20     </tr>
21     <tr><td>
22     <h3>Help</h3>
23     <a href="help_rootview.html">General</a><br />
24     <a href="help_dirview.html">Directory&nbsp;View</a><br />
25     <strong>Log&nbsp;View</strong><br />
26    
27     <h3>Internet</h3>
28     <a href="http://viewvc.org/index.html">Home</a><br />
29     <a href="http://viewvc.org/upgrading.html">Upgrading</a><br />
30     <a href="http://viewvc.org/contributing.html">Contributing</a><br />
31     <a href="http://viewvc.org/license-1.html">License</a><br />
32     </td><td colspan="2">
33     <p>
34     The log view displays the revision history of the selected source
35     file or directory. For each revision the following information is
36     displayed:
37    
38     <ul>
39     <li>The revision number. In Subversion repositories, this is a
40     link to the <a href="help_rootview.html#view-rev">revision
41     view</a></li>
42     <li>For files, links to
43     <a href="help_rootview.html#view-markup">view</a>,
44     <a href="help_rootview.html#view-checkout">download</a>, and
45     <a href="help_rootview.html#view-annotate">annotate</a> the
46     revision. For directories, a link to
47     <a href="help_dirview.html">list directory contents</a></li>
48     <li>A link to select the revision for diffs (see below)</li>
49     <li>The date and age of the change</li>
50     <li>The author of the modification</li>
51     <li>The CVS branch (usually <em>MAIN</em>, if not on a branch)</li>
52     <li>Possibly a list of CVS tags bound to the revision (if any)</li>
53     <li>The size of the change measured in added and removed lines of
54     code. (CVS only)</li>
55     <li>The size of the file in bytes at the time of the revision
56     (Subversion only)</li>
57     <li>Links to view diffs to the previous revision or possibly to
58     an arbitrary selected revision (if any, see above)</li>
59     <li>If the revision is the result of a copy, the path and revision
60     copied from</li>
61     <li>If the revision precedes a copy or rename, the path at the
62     time of the revision</li>
63     <li>And last but not least, the commit log message which should tell
64     about the reason for the change.</li>
65     </ul>
66     <p>
67     At the bottom of the page you will find a form which allows
68     to request diffs between arbitrary revisions.
69     </p>
70     </td></tr></table>
71     <hr />
72     <address><a href="mailto:users@viewvc.tigris.org">ViewVC Users Mailinglist</a></address>
73     </body>
74     </html>