How to exit from clearcase view and not from script?
The issue is I have to touch a particular file in a ClearCase view after touching it, I have to exit the view. And now I must reset the same view again. Now when I reset, it will open in different mode. I have tried this so far in shell script. When executing this script I am in view XYZ #!/bin/sh touch /ccase/.host; exit; ct setview XYZ cd /ccase/src The problem I am facing is in line 3 ( exit; ). I am coming out of script and not from view. VonC I would rather try without using cleartool setview . Access your data directly in the full path of your view: /view/XYZ/vobs/yourVob That way: you