top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Clearcase: How do I remove checkedout references from a view that no longer exists?

0 votes
387 views
Clearcase: How do I remove checkedout references from a view that no longer exists?
posted Sep 8, 2014 by Amit Kumar Pandey

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

1 Answer

0 votes

The -none rule is very useful in the case where a file that should not be seen within a view and the other methods of hiding the file are not a viable choice.

In a dynamic view:
=> Generates a File not found or No such file or directory error when an operating system program references the element by name.
=> No error occurs when an operating system command or utility program lists the element's containing directory, though the element is not included in such a listing. This also applies to situations such as expansion of wildcard characters and file name completion.
=> The cleartool ls command always lists the element, annotating it with no version selected.
=> In ClearCase and ClearCase LT commands, the element's standard path name refers to the element itself. (–none suppresses the transparency mechanism—translation of an element's standard path name into a reference to a particular version.)

In a snapshot or Web view:
=> For elements that are not loaded into the view, generates an error and does not load the element.
=> For elements that are loaded into the view, generates an error during update but does not unload the element.

Example Syntax:

element * CHECKEDOUT
element file.txt -none
element * /main/LATEST
answer Sep 9, 2014 by Kali Mishra
Similar Questions
+5 votes

I have some element in Clear case which has been reserved checked out by different view Now that view has been deleted Now I need to checkout these element but I am getting Error: "Element already has been checked out by different view " I am not able to un checkout these element Could you please some help?

...