wrong parsing of svn diff (binary file)
Brought to you by:
sits
When there is this section in the diff-file:
[snip]
Index: MathRoutines/MathRoutines.udc
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: MathRoutines\MathRoutines.udc
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
[/snip]
then codestriker is not able any more to separate the files, but interprets the whole diff-file as one big file.
Please check it (or advice me, if this is not a bug)
ludwig.oefele[at]topcut-systems[dot]de
I continued working and I found, that I might have been wrong. Not the sequence of the binary files might have been the problem, but the fact, that some files have UNIX and DOS file-ends mixed up (LF and LF/CR both used in a file). Fixing that fixed the issue with codestriker.
Please set the status of this bug to "Closed" or "Deleted".