Never mind - found the answer in Tech Note 55
http://www.perforce.com/perforce/technotes/note055.html
<http://www.perforce.com/perforce/technotes/note055.html> .
We have a directory in perforce with multiple subdirectories. We want to map
two of those directories into one directory and ignore the others. Since the
client spec lines build upon each other I can't figure out how to do this.
Root: c:\worktest\SharedLib\Common
//SharedLib/maindev/delphi/subdir/GTIGDI/* //myclient/*
//SharedLib/maindev/delphi/subdir/Help/* //myclient/*
This works for the first line, but the second will be ignored. Any
suggestions?