I'm accessing a ClearCase VOB remotely and I hope to scriptify something with rcleartool 7.1.2.
There is a directory tree with many large files in it, and I hope to avoid unnecessarily fetching them all from the remote server into a snapshot view. I see how to fetch an individual file, but I don't see how to get a directory listing of the files that are there, so the script knows which individual files there are to process, without populating the snapshot view by downloading the whole set of large files.
Is there a way to do that?