I have created some file, in different directories. I couldn’t add them when I created, so I need to do it later.
Is there a way to get the list of all the files that are in ClearCase view, that are not actually under source control?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes: you can list all your private files with ClearCase, with
cleartool lsprivate(only for dynamic views, not snapshot views)cleartool ls -rec -view_onlyYou will need to grep the output for your specific file though.
See “Command to find all view private files in the current directory recursively” for more.