[p4] How to exclude/ignore wildcard in mapping different locations in client spec
jclx <[email protected]>
| Newsgroups | gmane.comp.version-control.perforce |
|---|---|
| Message-ID | <[email protected]> |
Posted on behalf of forum user 'jclx'. We have a mapping that we currently have to specific all of the directories inside the mappings because wildcards will not work. Locations in depot: //depot/main/C1/Component1 //depot/main/C2/Component2 //depot/main/C3/Component2 and we want to map them all like this: //depot/main/C1/Component1/... //WK/Component1/... //depot/main/C2/Component2/... //WK/Component2/... //depot/main/C3/Component3/... //WK/Component3/... It seems like it would be one line if we could ignore a wildcard: //depot/main/*/Component*/... //WK/Component*/... But we get this error: Error in client specification. Incompatible wildcards Also tried: //depot/main/%%1/Component%%2/... //WK/Component%%2/... Same error. We just want to flatten everything in main/* Assuming it isn't possible with wildcards based on the docs. -- Please click here to see the post in its original format: http://forums.perforce.com/index.php?/topic/5458-how-to-excludeignore-wildcard-in-mapping-different-locations-in-client-spec _______________________________________________ perforce-user mailing list - [email protected] http://maillist.perforce.com/mailman/listinfo/perforce-user