(Hint: Use your browser's "Find" to look up words in this page.)
# | Used in Perforce file patterns to indicate an absolute revision number. |
@ | Used in Perforce file patterns to indicate a symbolic revision identifier. |
* | A wildcard used in Perforce file patterns to match files at the current path level. |
... | A wildcard used in Perforce file patterns to match files at the current path level and all levels below it. |
absolute revision |
A revision number that identifies the ordinal version of a file.
For example, foo.html#17 is the 17th version of foo.html .
|
branch | To create new files with the integrate command. |
branch spec | A stored branch view. |
branch view | A mapping between two depot files or paths that defines their branching relationship. Branch views control how the integrate command behaves when it is used to create new files, or to propagate changes between files. (Sometimes also called a "branch spec." See above.) |
changelist | A record of a set of files changed at the same time. |
client | The Perforce database entity that tracks your workspace and the files synced to it. |
client spec | The specification of your workspace location, the depot files you plan on working with, and where they will appear in your workspace. |
client view | The subset of depot files you plan on working with in your client workspace. |
client workspace | The area on your local filesystem where you work on files managed by Perforce. |
depot | A location in the master repository of files stored by the Perforce server. |
file pattern | The Perforce syntax for specifying a file or set files. May include wildcards and/or revision specifiers. |
filelog | The complete history of a file. |
head revision | The latest or "tip" revision of a file. |
standard (as in "Standard mode") | A private P4Web that can be used for workspace operations as well as for browsing Perforce depot files and metadata. |
job | A Perforce database object that can be used to track defects, enhancements, or other intended work. |
label | Provides a means for marking a particular set of file revisions for later access. At any subsequent time, the label can be used to copy old file revisions into a client workspace. |
label spec | The specification that defines a label name and a label view. The label spec creates the structure to build the label. |
label view | The label view determines the depot files or paths that can be associated with a particular label. |
labelsync | Performing a labelsync populates a label with files. |
metadata | The data in a Perforce system that describes workspaces, file histories, users, changelists, etc. |
opened files | The files you are changing (editing, adding, deleting, etc.) in your workspace. |
pending changelist | A list of some or all of files open in your workspace. |
path | A directory or folder. |
port | The hostname and listen address that identifies the Perforce server (e.g, "public.perforce.com:1666"). |
review daemon | An optional program that the Perforce administrator can install to email users when changelists are submitted by other users. |
submit | The command that sends a pending changelist and contents of changed files to the depot. |
submitted changelist | A permanent record that is created when a pending changelist is submitted. |
symbolic revision |
A revision symbol that identifies a file at a particular revision associated
the state of the depot.
For example:
|
sync | The command that copies files from the depot to your workspace. (Short for "synchronize.") |
user | The unique identifier of a Perforce user. (Usually the same as your login name.) |
user spec | The specification describing various information associated with you as a Perforce user, such as your full name and your email address. |
viewer (as in Viewer mode) | A public P4Web that is used only for browsing. |
wildcard | Perforce uses three wildcards for pattern matching: " * ", " ... ", and "%d". Any number and combination of these can be used in a single string:
* matches anything except slashes; matches only within a single directory. |
workspace | The area on your local filesystem where you work on files managed by Perforce. (Also called a "client workspace.") |