filelog.html #1

  • //
  • guest/
  • perforce_software/
  • p4web/
  • main/
  • src/
  • Help/
  • filelog.html
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<TITLE>Viewing Revision History</TITLE>

<P>
<table align=right><tr>
<td>&nbsp;</td>
<td bgcolor=#eeeeee><img border=1 src="/showfilelog?icon"></td>
<td><font size=-3>"View revision history"</font></td>
</tr>
</table>
To view a file's Revision History, click on the file and then select <b>Revision 
history</b> from the <b>Action</b> menu. You can also use the <B>View revision 
history</B> shortcut. 
<p> Each entry in the Revision History offers several links: 
<table width="66%" border="1" cellpadding="1">
  <tr>
    <td>&nbsp;</td>
    <td>
      <p> 
      <dl> 
        <dt><b>File Content Display </b></dt>
      </dl>

</td>
    <td>In the <b>Rev</b> column, the revision number is a link to the content 
      of the file at that revision. It's also an entry point to <a href="bitb?help">Back-in-Time 
      Browsing&#174</a>, when applicable. This link is present regardless of <a href="help_filetypes?help">filetype</a>, 
      for all non-deleted file revisions. (See <a href="tips?help#filecontent">Displaying 
      File Content</a> for more browser-related information.) </td>
  </tr>
  <tr>
    <td><img src="/rundiff?icon"></td>
    <td><b>Diffs</b></td>
    <td>To diff between a file revision and its previous revision click the Diff 
      shortcut. This link is available only for text files between non-deleted 
      revisions. You can also use the Diff commands available from the <b>Action</b> 
        menu. 
    </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>
      <p> 
      <dl>
        <dt><b>Changelist Description </b></dt>
      </dl>
    </td>
    <td>The changelist number is a link to the <a href="describe?help">Changelist 
      Description</a>. This link is present for every revision. </td>
  </tr>
  <tr>
    <td><img src="/showtext?icon"></td>
    <td>
      <p> 
      <dl>
        <dt><b>File Text </b></dt>
      </dl>
    </td>
    <td>To view the plain text of the file at that revision, click the <b>View 
      file text </b>shortcut button. This is available for text files at non-deleted 
      revisions only. (See <a href="tips?help#filecontent">Displaying File Content</a> 
      for more browser-related information.) </td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>
      <p> 
      <dl>
        <dt><b>Browse Files </b></dt>
      </dl>
    </td>
    <td>
     Files shown as <a href="integrate?help">integrations</a> to or from 
          the current file are links to the <a href="filebrowser?help">File view</a> 
          pages for the integrated files. 
      
    </td>
  </tr>
</table>


# Change User Description Committed
#1 12234 Matt Attaway Rejigger P4Web project in preparation for official sunsetting

The bin directory contains the last official builds of P4Web from the
Perforce download site. P4Web is soon to be completely sunsetted; these
builds are here for folks who don't want to build their own.

To better handle the archived builds the source code has been moved into
a separate src directory.
//guest/perforce_software/p4web/Help/filelog.html
#1 8914 Matt Attaway Initial add of the P4Web source code