// question: 0 name: Switch category to $module$/top/Workspaces
$CATEGORY: $module$/top/Workspaces
// Note must escape Gift chars {}:~ and use \n for new lines before a list.
// question: 2
// [tag:Basic-Level]
::Workspace root::
The workspace root should typically be set to C:\ for best performance.
{FALSE #Incorrect, the root should be set to a discrete folder for your work.
#Correct
####[markdown]A **folder** with a short path is preferred such as\:
\n
* C\:\\p4 (Windows)
* /p4ws (Linux)
}
// question: 3
// [tag:Basic-Level]
::Workspace view::
A workspace view determines which depot files you can access locally.
{TRUE #InCorrect
#Correct
####Files not inside the workspace are not available for use or editing.
}
// [tag:Basic-Level]
::Workspace view::
Files shown in the P4V workspace tab are automatically downloaded to your computer.
{FALSE #Incorrect
#Correct
#### Files are downloaded only when you sync them ( Get Latest in P4V )
}
// [tag:Basic-Level]
::Wildcards::
The syntax "//depot/main/..." means "everything under the main directory including all subdirectories."
{TRUE #Incorrect
#Correct
#### The **"..."** wildcard refers to the current directory and all files and directories below.
}
// [tag:Basic-Level]
::Workspace directory creation::
You must create directories on your local machine before creating a workspace in Perforce.
{FALSE #Incorrect
#Correct
####Files and directories are created as needed in your workspace.
}
// [tag:Basic-Level]
::Workspace sharing::
Two users can share the same workspace if then need to collaborate on work.
{FALSE #Incorrect
#Correct
####Workspace track the files downloaded from the server, and therefore can't be shared.
}
// [tag:Basic-Level]
::Workspace mapping changes::
Once you create a workspace, you cannot change its view mapping.
{FALSE #Incorrect
#Correct
####You can change the workspace mapping as desired.
}
// [tag:Basic-Level]
::Files in workspace view::
Files that appear in the depot view but not in workspace view are corrupted.
{FALSE #Incorrect
#Correct
####You must Sync the files for them to appear in the workspace view.
}
// [tag:Basic-Level]
::Workspace options - allwrite::
The Workspace option noallwrite causes synced files to be left in a writable state.
{FALSE #Incorrect
#Correct
####The option allwright causes synced files to be writeable. Noallwrite reverses this.
}
// [tag:Basic-Level]
::Workspace view - streams::
[markdown]If a workspace **"Stream"** option is set to a stream, then the workspace view can't be edited directly.
{TRUE #Incorrect
#Correct
####Setting the workspace Stream option causes the Workspace View to be automatically set. To modify the view the Stream must be updated, or a different stream chosen.
}