chip design made easy

 Subscribe in a reader


Popular Pages


Frequently used Clearcase commands
  • To list only private files in my view:
    ct lsprivate


  • To create a label:
    ct mklbtype -c "new label for my file" FINAL_LABEL


  • How to apply a label for a file:
    ct mklabel FINAL_LABEL filename.txt


  • How to remove a label what i had already created:
    ct rmtype lbtype:FINAL_LABEL


  • How to remove a branch and all the corresponding files:
    ct rmtype -rmall -brtype branch-type


  • how to create a directory:
    ct mkdir newdirectoryname


  • how to add a file:
    Procedure is you have to create an element at first for the file, here our file name is newfilename for which we need to create an element
    ct mkelem -ci -c "add your comment for the file" newfilename


  • how to remove an element i made a mistake:
    ct rmelem newfilename


  • How to remove a file completely in the vob:
    ct rm yourfile


  • how to un check out a file:
    ct unco yourfile


  • continued in page 3 frequently used clearcase commands continued in page 3.