Help for this page

Select Code to Download


  1. or download this
    OUTPUT on screen when the command fails:-
    //files/data.c - file(s) not in client view.
    
  2. or download this
            my $p4where_output=`p4 where $file`;
            if($p4where_output =~ /file(s) not in client view/)
            {
            push @changed_paths,"$file\n";
            }