>>>>> On Tue, 21 Jun 2005 23:49:21 -0700, Michael G Schwern <[EMAIL PROTECTED]> 
>>>>> said:

  > What part of the process is having trouble with binary files, exactly?

I think, everything boils down to the fact that Porting/p4genpatch
skips files that are not type text:

  if ($doadd or File::Compare::compare($t1, $t2)) {
    print "\n==== $file ($type) ====\n";
    unless ($type =~ /text/) {
      next;
    }

-- 
andreas

Reply via email to