File: help_log.html

package info (click to toggle)
viewcvs 0.9.2%2Bcvs.1.0.dev.2004.07.28-4.1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,452 kB
  • ctags: 1,355
  • sloc: python: 10,100; cpp: 840; ansic: 763; yacc: 526; sh: 163; makefile: 115
file content (61 lines) | stat: -rw-r--r-- 2,414 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>ViewCVS Help: Classic Log View</title>
  </head>

<body background="images/chalk.jpg">
  <table width="100&#37;" cellspacing=5>
    <tr>
      <td width="1%"><a href="http://viewcvs.sf.net/index.html"><img border=0
	     src="images/logo.png"></a>
      </td>
      <td>
	<h1>ViewCVS Help: Classic Log View</h1>
      </td>
    </tr>
    <tr><td width="1%" valign=top bgcolor="#ffffff">
       <h3>Help</h3>
       <a href="help_rootview.html">General</a><br>
       <a href="help_dirview.html">Directory&nbsp;View</a><br>
       <b>Classic&nbsp;Log&nbsp;View</b><br>
       <a href="help_logtable.html">Alternative&nbsp;Log&nbsp;View</a><br>
       <a href="help_query.html">Query&nbsp;Database</a><br>

       <h3>Internet</h3>
       <a href="http://viewcvs.sf.net/index.html">Home</a><br>
       <a href="http://viewcvs.sf.net/upgrading.html">Upgrading</a><br>
       <a href="http://viewcvs.sf.net/contributing.html">Contributing</a><br>
       <a href="http://viewcvs.sf.net/license-1.html">License</a><br>
    </td><td colspan=2>
    <p> 
      The log view displays the revision history of the selected source
      file.  For each revision the following information is displayed:
      <ul>
        <li>the revision number (clickable to download it)</li>
	<li>a link to view this revision annotated</li>
	<li>a link to select this revision for diffs (see below)</li>
	<li>the date and age of this change</li>
	<li>and the author of this modification.</li>
	<li>The CVS branch (usually <code>MAIN</code>, if not on a branch).</li>
	<li>Possibly a list of CVS tags bound to this revision (if any).</li>
	<li>The size of this change measured in added and removed lines of 
	    code.</li>
	<li>Links to view Diffs to the previous revision or possibly to
	    an arbitrary selected revision (if any, see above).
	<li>And last but not least, the commit log message which should tell
	    about the reason for this change.</li>
      </ul>
    </p><p>
      At the bottom of such a page you will find a form which allows
      to request diffs between arbitrary revisions.
    </p>
  </td></tr></table>
  <hr>
  <address><a href="mailto:viewcvs-dev@lyra.org">ViewCVS Group</a></address>
<!-- Created: Thu Oct 25 22:08:29 CEST 2001 -->
<!-- hhmts start -->
Last modified: Wed Dec 12 13:56:52 CET 2001
<!-- hhmts end -->
  </body>
</html>