submit.html #1

  • //
  • guest/
  • perforce_software/
  • p4web/
  • main/
  • src/
  • Help/
  • submit.html
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<TITLE>Submitting Files</TITLE>

<p> Changes you make to open files in your workspace do not affect the <a href="defs?help#depot">depot</a> 
  until you submit them in a <a href="pendingchangelists?help">pending changelist</a>. 
  You can submit a pending changelist by: 
<ul>
  <table align=right>
    <tr> 
      <td valign=top><img src="/runsubmit?icon" border=1></td>
      <td valign=top><font size=-2>"Submit default<br>
        changelist"</font></td>
    </tr>
  </table>
  <li>Clicking the <b>Submit default changelist</b> shortcut button. 
    <p> 
  <li>Clicking the <b>Pending </b> tab, then clicking on any pending changelist. 
</ul>

Both options displays the <a href="editpending?help">Pending Changelist</a> page, 
where you can submit the changelist. 
<H4> Selecting a Path or File to Submit </H4>
When you choose <b>Run>Submit default changelist</b> from the Path Browser or 
File Browser, P4Web displays an intermediate page where you can select the files 
to submit. Your choices are: 
<ul>
<li>All the files in the default changelist
<li>The files in the current path and all its subdirectories
<li>The files at the current path level only
  <li>The current file (in the File Browser) 
</ul>
<p> The scope is limited by the files opened in the default changelist. In other 
  words, you can't select files in other changelists from this page. 
<p> After selecting the scope of files to submit, click <b>Continue</b>. See <a href="editpending?help">Editing 
  A Pending Changelist</a> for help on filling out the form and submitting the 
  changelist. 
# 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/submit.html
#1 8914 Matt Attaway Initial add of the P4Web source code