in reply to Re^2: Changing directory to a clearcase vob doesnot work please help
in thread Changing directory to a clearcase vob doesnot work please help

I often find it helpful to print the string out, debug-style, and try executing it manually. Sometimes, just seeing it, the problem pops right out. E.g.

my $cmd = "cd /$view_tag/lib_engine/hwt ; cleartool lsco -cview -r -s + > /$view_tag/lib_engine/hwt/co_file"; warn "cmd:\n$cmd\n"; # what exactly are we going to try to execute? system $cmd;
  • Comment on Re^3: Changing directory to a clearcase vob doesnot work please help
  • Download Code