Home | History | Annotate | Download | only in Scripts

Lines Matching refs:STAT

1309         $command = "$SVN stat $filesString";
1435 open STAT, "-|", statusCommand(keys %paths) or die "The status failed: $!.\n";
1436 while (<STAT>) {
1462 print; # error output from svn stat
1503 close STAT;