I am trying to annotate a folder with command cleartool annotate folderName getting error
cleartool: Error: Unable to create file "test_tut_element_vob.ann": Permission denied.
I am able to annotate the files.
I am trying to annotate a folder with command cleartool annotate folderName getting error
cleartool: Error: Unable to create file "test_tut_element_vob.ann": Permission denied.
I am able to annotate the files.
The
cleartool annotate
man page mentions the following caveat:So check the type manager associated with
test_tut_element_vob.ann
.if "
-ndata
" does not work, depending on the nature of the content oftest_tut_element_vob.ann
, you can change its type. See this answer forcompressed_file
.cleartool annotate
lists the contents of a version, annotating each line to indicate when, and in which version, the line was added.This is to be used on a file element, not on a vob.
If the goal is to annotate all files within a vob, then you need a view and you can find all files, in order to use annotate:
Unix:
Windows: