help-populate.html #4

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • PerforceScm/
  • help-populate.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<div>
	<b>Populate Options</b>
	<p>P4 will populate the workspace with the file revisions
		needed for the build. The different options effect the way the
		workspace is cleaned and the file revisions are updated.</p>
	<p>There are three options:</p>
	<ul>
		<dt>Automatic Cleanup and Sync</dt>
		<dd>
			Efficient cleaning and syncing of file revisions. Extra (non versioned files) are removed, missing and modified files re-added.
			</br>Best for clean builds.
		</dd>

		<dt>Flush Workspace</dt>
		<dd>
			No files Sync or cleanup attempted, but the Workspace's have list is updated.
			</br>Effective command 'p4 sync -k'.
		</dd>

		<dt>Force Clean and Sync</dt>
		<dd>
			Will remove all files from under the workspace root, then force sync the required files. Inefficient and NOT RECOMENDED.
		</dd>

		<dt>Graph Force Clean and Sync/dt>
		<dd>
			For Graph and Hybrid only, will remove all files from under the workspace root,	then force sync the required files.
		</dd>

		<dt>Preview Check Only</dt>
		<dd>
			No files Sync or cleanup attempted; the Workspace's have list is not updated.
			</br>Effective command 'p4 sync -n'.
		</dd>

		<dt>Sync Only</dt>
		<dd>
			No cleanup attempted; the sync will update all files (as CLOBBER is	set) to the required set of revisions.
			</br>Best for incremental builds.
		</dd>
	</ul>
</div>
# Change User Description Committed
#4 32617 Archita Jindal Rebranding changes
#3 23625 Paul Allen Tidy up Populate documentation.

JENKINS-49283
#2 16558 Paul Allen Help notes for 'Preview Check Only' Populate option.

JENKINS-24490
#1 9690 Paul Allen [Branching using p4-jenkins]
Release 1.0.1
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4/PerforceScm/help-populate.html
#1 9672 Paul Allen Refactor name from 'p4_client' to 'p4'.
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4_client/PerforceScm/help-populate.html
#1 9134 Paul Allen Jenkins Help bubbles for new Filters and Workspace Spec.