|
Frequent Clearcase Commands3 |
|
|
|
Frequently used Clearcase commands - what is the view you are using:
ct catcs
- how to edit config spec of your view:
ct edcs
- how to get a help from clearcase, i dont know:
ct man someclearcase-command
- list all the commands:
ct help
- to list all the branches:
ct lstype -kind brtype
- how to create a new branch:
ct mkbranch
- how to remove a branch:
ct rmbranch
- command to merge files in different branches:
ct merge
- what is the command to lock the vob, i am scared:
ct lock vob
- how to unlock a vob:
ct unlock -brtype specify_your_branchname
- how to attach a trigger to a file:
when some changes happens to the file, to be aware triggers are created : ct mktrigger
- how to remove the trigger:
ct rmtrigger
- how to activate a vob:
ct mount vob-tagname
|
|