Re: [Codestriker-user] RE: Bug with TOC when using '-b' with diff
Brought to you by:
sits
|
From: David S. <si...@us...> - 2002-05-19 23:09:09
|
Hi John, Yep, the diff parsing code never took binary files into account. In all our reviewing the last few months here, we have never had to worry about it. Anyway, I've checked in some code into CVS which should handle it. Let me know how you go. Cheers, David On Saturday 18 May 2002 07:49, John Goldstone wrote: > The "diff -b" without diffs seems to work, now. It seems to not list > files with empty diffs. > > Though we just noticed another problem with the TOC; binary files that > differ. > Sample diff output, assume this is sandwhiched between other diffs. The > TOC ends with the binary file. > > -JT. > In this situation, the binary file was new... > > Index: lib/my.jar > =================================================================== > RCS file: my.jar > diff -N my.jar > Binary files /dev/null and my.jar differ -- Cheers, David |