workspace view (step by step )
Answers
Answer:
Defining a workspace view
The workspace view determines which portions of the depot are visible in your Workspace Tree and where local copies of depot files are stored in your workspace.
To define your workspace view, select View> Workspaces. Context-click the workspace and select Edit Workspace. The Workspace form opens in the Details tab.
There are two ways to define a workspace view using P4V: textually and graphically. The following sections describe each method.
Textual workspace view specification
To define your workspace view textually, click the Form tab on the Workspace form and use the View field to type your workspace view specification using the following information:
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 workspace, and has the form:
//workspacename/file_specification
The left-hand side of a workspace view mapping is called the depot side, and the right-hand side is the workspace side.
hope this helps