I have a view named “Dev_view” in ClearCase and want to update the view via windows command line. Is there a way to do that?
In particular, what other command can trigger a view update?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See cleartool update command (for full ClearCase client, not for CCRC)
You cal also add the following options:
Note that updating the root directory of an UCM view have side-effect: it will re-evaluate the config spec of the view against its associate UCM stream, and will propose to update said config-spec (and proceed with the update).
This isn’t the case for a non-UCM view, where a
cleartool setcswill always trigger the update after chaging the config spec.