I need to log in to a clearcase repository via command line and make some basic changes.
Do I need to use cleartool for this, or can I log in via putty ?
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.
cleartoolis your best approach, provided that you are using the full ClearCase client (instead of CCRC, which uses a different CLI).Don’t forget you don’t have to open a cleartool session.
You can type several cleartool commands, each in their own cleartool session.
So to access a ClearCase repository (a Vob, within a view), you need to:
cleartool startview myViewcd /path/to/your/view/vobNow if you had to actually connect to the Vob server, and do some administration changes, then yes, putty would be a way to do that. But you would still execute some cleartool command once connected to the server.