Lines Matching full:stat
1246 $command = "$SVN stat $filesString";1372 open STAT, "-|", statusCommand(keys %paths) or die "The status failed: $!.\n";1373 while (<STAT>) {1399 print; # error output from svn stat1440 close STAT;