I want to create a client with the following view:
//depot/location1/main/... //myclient/main/...
//depot/location2/main/... //myclient/main/...
Files and directories do not occur between // depot / location 1 / main / ... and // depot / location2 / main / ...
But when I execute p4 sync, it only syncs with // depot / location 2 / main / ...
How can I synchronize from both places?
source
share