Mapping files to different locations on the personal server
Remote specs can consist of multiple mappings; these map portions of the shared server file tree to different parts of the personal server. If there is a conflict in the mappings, later mappings have precedence over earlier ones.
Example Multiple mappings in a single personal server
The following remote spec ensures that release notes in the remote
p4-doc
folder reside in the personal server in a top-level
folder called doc:
Remote Spec: //stream/main/src/... //depot/main/p4/... //stream/main/doc/... //depot/main/p4-doc/relnotes/...