1

How to avoid the following error message:

ldndss02432$ cleartool setview dheeraj_unix_view2 
ldndss02432$ bash 
ldndss02432$ cleartool catcs 
element * CHECKEDOUT 
element * /main/LATEST 

ldndss02432$ cd /vobs/fo_ird_steed 
bash: cd: /vobs/fo_ird_steed: I/O error 
ldndss02432$ 
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
sakshi
  • 283
  • 3
  • 15

2 Answers2

1

Simply do not use cleartool setview (it brings only troubles)

Use the full path of the view:

cleartool dheeraj_unix_view2
cd /view/dheeraj_unix_view2/vobs/yourVob
Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
1

The vob was untagged. Tagging it resolved the issue.

sakshi
  • 283
  • 3
  • 15