Is there a way to integrate files not in your client spec?
Specifically we've got a directory that contains a large number of static libraries that I build locally (so I don't need them out of source control), and would prefer not to have to pull them down from the server just to do an integrate.
In branch spec:
//project1/project/lib/... //project2/project/external/project1/lib/...
In my client spec:
-//project1/project/lib/... //cleintspec/project1/project/lib/...