remove.html #1

  • //
  • guest/
  • perforce_software/
  • p4web/
  • main/
  • src/
  • Help/
  • remove.html
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<TITLE>Removing Files from Your Workspace</TITLE>

<p>
To remove files Perforce-managed files from your workspace, select <b>Remove from workspace </b> 
from the pulldown menu on the Files tab.
<p> <B>To remove multiple files:</B> 
<OL>
	
  <LI>Click the <B>Files</B> tab. 
  <LI>Select the directory that contains the files that you want to remove. 
  <li>Select <B>Remove from workspace...</B> from the <b>Action</b> menu. 
  <li>Choose the files to be removed. See <a href="restrictfiles?help">Restricting 
    Files Used in Commands</a> for more information. The form also enables you 
    to preview the file removal. 
</OL>

<p> <B>To remove a single file:</B> 
<p>
<OL>
	
  <LI>Click the <B>Files</B> tab. 
  <LI>Click the file that you want to remove. 
  <li>Select <b>Remove from workspace</b> from the <b>Action</b> menu. 
</OL>

<p> Only unopened files are removed. <a href="defs?help#openedfiles">Opened files</a> 
  must be <a href="submit?help">submitted</a> or <a href="revert?help">reverted</a> 
  first before P4Web can remove them from your workspace. 
<p> If you use any other means of removing Perforce-managed files&#151;simply 
  erasing them, for example&#151;the Perforce metadata about your workspace will 
  be incorrect. To reconcile Perforce's metadata with the actual state of your 
  workspace, use the <b>Remove from workspace</b> command on files you've erased. 
  To find out which files you erased:
<OL>
	
  <LI>Click the <B>Files</B> tab. 
  <LI>Click the first radio button in the <B>File Filter </B>box.
	<LI>From that pulldown menu, select <b>Files missing from workspace</b>.
	<li>Click the <B>Filter</B> button.
</OL>

# 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/remove.html
#1 8914 Matt Attaway Initial add of the P4Web source code