top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can change comment of a already checked in file or folder in clearcase tool ?

+2 votes
411 views
How can change comment of a already checked in file or folder in clearcase tool ?
posted Dec 30, 2014 by Vikram Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Most people dont know that comments can be modified after checkin. Just run this command:

cleartool chevent –replace –c "<Your new comment goes here>" ELEMENT_NAME

this command will completely delete/replace the previous comment with the new comment (obviously if there was a previous comment). You can append to the existing comment by removing the "-replace" argument without losing the previous data.

answer Dec 30, 2014 by Salil Agrawal
...