About This Manual
This manual documents every Perforce command, environment variable, and configurable. This manual is intended for users who prefer to learn by means of Unix-style man pages, and for users who already understand the basics of Perforce and need to quickly find information on a specific command. This manual is divided into the following parts:
- The first part lists commands in alphabetical order. The table below provides a function-based grouping of this same set of commands.
- The second part lists environment and registry variables in alphabetical order.
- The third part contains miscellaneous reference information about global options, file specifications, views, file types, and configurables.
The following table provides an index to the commands documented in this manual by functional area:
If you’d prefer to learn the concepts on which Helix is based, or you prefer a style featuring more examples and tutorials than what you find here, see the Helix Versioning Engine User Guide, available from our web site at: http://www.perforce.com/documentation.
If there’s anything we’ve left out that you think should be included, let us know. Please send your comments to [email protected].
What’s new in this guide for the 2016.2 release
This section provides a summary of the notable changes in this guide for the 2016.2 release. For a list of all new functionality and major bug fixes in Helix Versioning Engine 2016.2, see the Release Notes.
New and changed configurables and environment variables
New configurables are described in “Configurables”.
server.locks.global
- Setting the new
server.locks.global
configurable to1
makes runningp4 lock
from an edge server take global locks on the commit server by default.
New specification fields
p4 client
- The
Type
field in thep4 client
command’s fields can now take a value ofpartitioned
, which has the same effect as the existingreadonly
value except that you can edit and submit using this client.
New commands
- p4 undo
- Undo a range of revisions.
New command options and other command changes
- p4 client
- New
-T
option allows you to specify the type of client to create. - p4 protect
- You can now grant access to the
p4 protect
command for a particular path, to a user or group.
Helix documentation
The following table lists and describes key documents for Helix users, developers, and administrators. For complete information see the following:
http://www.perforce.com/documentation
For specific information about… | See this documentation… |
---|---|
Introduction to version control concepts and workflows; Helix architecture, and related products. |
|
Using the command-line interface to perform software version management and codeline management; working with Helix streams; jobs, reporting, scripting, and more. |
|
Basic workflows using P4V, the cross-platform Helix desktop client. |
|
Working with personal and shared servers and understanding the distributed versioning features of the Helix Versioning engine. |
|
|
P4 Command Reference, |
Installing and administering the Helix versioning engine, including user management, security settings. |
|
Installing and configuring Helix servers (proxies, replicas, and edge servers) in a distributed environment. |
Helix Versioning Engine Administrator Guide: Multi-site Deployment |
Helix plug-ins and integrations. |
IDEs: Using IDE Plug-ins |
Developing custom Helix applications using the Helix C/C++ API. |
|
Working with Helix in Ruby, Perl, Python, and PHP. |
Syntax conventions
Helix documentation uses the following syntax conventions to describe command line syntax.
Notation | Meaning |
---|---|
|
Monospace font indicates a word or other notation that must be used in the command exactly as shown. |
italics |
Italics indicate a parameter for which you must supply specific information. For example, for a serverid parameter, you must supply the id of the server. |
[ |
Square brackets indicate that the enclosed elements are optional. Omit the brackets when you compose the command. Elements that are not bracketed are required. |
… |
Ellipses (…) indicate that the preceding element can be repeated as often as needed. |
element1 | element2 |
A vertical bar ( | ) indicates that either element1 or element2 is required. |
Please give us feedback
We are interested in receiving opinions on this manual from our users. In particular, we’d like to hear from users who have never used Perforce before. Does this guide teach the topic well? Please let us know what you think; we can be reached at [email protected].
If you need assistance, or wish to provide feedback about any of our products, contact [email protected].