Connect to Clearcase through Unix


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Connect to Clearcase through Unix
# 1  
Old 10-05-2009
Connect to Clearcase through Unix

Hi,

How can I connect to clearcase view through Unix.
I have this view r232_view in Clearcase.

I tried this from my home directory

>cleartool setview r232_view
>cleartool: Error: View tag not found: "r232_view".

Am I missing something?

Thanks,
# 2  
Old 10-05-2009
cleartool lsview will list all of the views, you can pipe that into a grep to check if the view you are looking for exists.

Good luck
# 3  
Old 10-06-2009
The view I was looking for is not in the list.
Can we connect to the specific view?

Thanks.
# 4  
Old 10-06-2009
I use clearcase but am not an administrator so take this with a pinch of salt but I think if you cannot see a view then you cannot connect to it. See your administrator and ask them what view you should be using.

Good luck
# 5  
Old 10-06-2009
I have a file ABC.properties in one of the folders in Clearcase tool.
I'd like to open the file and make some changes in vi editor and save it in the same folder.

Can I edit the file in unix?

Do I need to have the view in Unix to access the file?

Thanks.
# 6  
Old 10-06-2009
do you know the stream? if yes, create a new view on this stream.
And if ABC.properties is in the vob, you have to set a view on a current stream to change it in that stream.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Connect to SVN from UNIX

Hi, Can anyone please tell the command to connect to SVN from UNIX? Thanks (1 Reply)
Discussion started by: sampoorna
1 Replies

2. UNIX for Dummies Questions & Answers

clearcase,

Hi, I have two unix server. In one server clearcase is installed. I want to take files from one server to clearcase server. Could anyone help to start up this, for how to connect clearcase server from my main server. ?? Currently am having IP address of that clearcase server. Thanks in... (0 Replies)
Discussion started by: ckchelladurai
0 Replies

3. Shell Programming and Scripting

connect Clearcase from unix box

Hi am using unix box and am always download code from clearcase. I need to connect clearcase server from my unix box using shell script.I need to create view baseline everything using the sript. am not mention I need a code. Just anyone help me start the concept to write a code. Thanks,... (1 Reply)
Discussion started by: ckchelladurai
1 Replies

4. Shell Programming and Scripting

Unix - Oracle DB Connect

Hello, Returing to Unix scripts after a long while, This might be a simple question for most of you , I need to connect from a .sh script to oracle, select XYZ.nextval from dual , , meaning either get the Current Val or Next Val for a sequence. How do I store the return value , I know... (2 Replies)
Discussion started by: Shanks
2 Replies

5. UNIX for Dummies Questions & Answers

Clearcase Query

Hi, Can you please help? I am trying to use variables within a clearcase command, however i am having a major problems - the variables don't appear to be accessible. Using the following as an example: cat=1 2 3 dog=4 5 6 cleartool mkattr -replace Four_Legs '"$cat $dog"' lbtype:Animal ... (3 Replies)
Discussion started by: spikey
3 Replies

6. UNIX for Dummies Questions & Answers

connect sqlplus from unix

hi, I have this basic query. I have created a new user on unix. I have given home directory and permission through chmod to create directory stucture. Now need to connect sqlplus. What permissions should we give, so that this works? Any help is appreciated. Thanks, Neha (1 Reply)
Discussion started by: nehak
1 Replies

7. UNIX for Dummies Questions & Answers

How to connect to IE from Unix

I am currently logging onto Unix server using eTrust tool. From there I would like to open IE with a specific address. How do I do it? Thanks, Ghanshyam. (2 Replies)
Discussion started by: ghanshyam
2 Replies

8. Shell Programming and Scripting

How to connect oracle from unix

Hi All, I am trying to connect oracle from unix mechine but i am getting an error like Ksh: sqlplus: not found Any one please tell me how to connect oracle from unix mechine. I would appreciate if any one send the query. Regards, Ravi kumar.Gongati (2 Replies)
Discussion started by: ravi gongati
2 Replies

9. Linux

RPM with ClearCase

Hello. I have a task to complete and it involves using RPM with ClearCase. I have looked through as much documentation as possible about RPM and I still have questions about it. My task is to create a .rpm using ClearCase by unzipping a 22 Mb file and placing it into a set directory structure. I... (2 Replies)
Discussion started by: mastachef
2 Replies

10. Shell Programming and Scripting

how to connect to windows from unix ?

hi i am using HP-UX and trying to write some scripting codes but i have to connect to windows and display the contents of a particular directory(in windows). how do i do it.? Could anyone please help me regarding this !! Thanks & Regards guhas (2 Replies)
Discussion started by: guhas
2 Replies
Login or Register to Ask a Question