The client view defines which portions of the depot are visible to your client specification and where local copies of depot files are stored. There are two ways to define a client view using P4V: textually and graphically. The following sections describe each method.
Views consist of multiple lines, or mappings, and each mapping has two parts. The left-hand side specifies one or more files within the depot, and has the form:
//depotname/file_specification
The right-hand side of each mapping describes one or more files within the client workspace, and has the form:
//clientname/file_specification
The left-hand side of a client view mapping is called the depot side, and the right-hand side is the client side.
A complete client view might look like the following:
//depot/... //eds_elm/depot/... //user_depot/... //eds_elm/user_depot/... //projects/... //eds_elm/projects/...
For detailed information about specifying client views, refer to the Perforce User's Guide.
Click Save to save your changes. To see the text version of the client view, which is specified in Perforce syntaxt, display the Client form's View field. For details about the syntax for specifying client views, refer to the Perforce User's Guide.