7 messages in com.perforce.perforce-user[p4] Map depot files to same location?
FromSent OnAttachments
Oliver, Jonathan27 Oct 2004 06:47 
Tony Sweeney27 Oct 2004 07:13 
Fred...@mydata.se27 Oct 2004 07:17 
Paul Goffin27 Oct 2004 07:24 
Ivey, William27 Oct 2004 08:03 
Chuck Karish27 Oct 2004 09:10 
Matthew Janulewicz27 Oct 2004 10:38 
Subject:[p4] Map depot files to same location?
From:Ivey, William (will@bmc.com)
Date:10/27/2004 08:03:12 AM
List:com.perforce.perforce-user

-----Original Message----- From: Fredric.Fredriksson at mydata.se

//depot/main/.. //client/... //depot/branch/branch1/... //client/...

Would Perforce get confused as to which file is the client

workspace?

Not really. The second line would just supersede the first line. That is, everything under //client/... would map to //depot/branch/branch1/...

I found that those sort of work on our server (2003.2 - yes, time to upgrade) but only from depot to client. Operations that started with a client path got confused and timed out. (You could see this in P4Win if you selected local view.)

Might have been able to fix it with + mappings, but decided to fix the view instead to remove overlapping wild carded paths. (Non-wild-carded paths resolved OK, I think.) -Wm