Question

I have file path in ClearCase repository: DWH/MSL/MAPP/META/SP.sql@@/main/10.

I have repository https path which is used for Remote Client:

http://clearcase.net:12080/TeamWeb/services/Team

I need to download the file from the repository. How can I do this?
I've tried to read CC manuals and cleartool manuals but unfortunately it's still not clear.

Was it helpful?

Solution

That looks like a CCRC url (ClearCase Remote Client: see the feature comparison matrix with ClearCase).

That means you need to create a web view first.
See "About ClearCase views": if you are using ClearCase 8.x, you also can define dynamic views (if you have the full ClearCase client installed on your post).

Once that view loaded (for web views), you will get the file you want on your disk, provided your config spec does select the version you mention.

For ClearCase 8, you would use in a script the rcleartool API, as mentioned in "How to use CCRC to get prievous file version?".
That allows for using rcleartool get in roder to get directly a version of a file, from a specific view (meaning you still need to create a view first).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top