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 stat1503 close STAT;