Am Dienstag, 23. Januar 2018 18:19:12 UTC+1 schrieb Stefan: > On Tuesday, January 23, 2018 at 10:08:24 AM UTC+1, (unknown) wrote:Am > Dienstag, 23. Januar 2018 08:46:01 UTC+1 schrieb Matthias Kläy: > > > Creating 'AddedComplete.diff' for 'AddedComplete.cs' compared to > > 'OriginalComplete.cs' results in a diff that covers 100% of the content > > even though only a few lines have been added. > > > > > > Same situation with '*Stripped.*' (stripped for easier handling / easier > > reproducing the issue). > > > > > > As a result, .diff is unnecessarily large, in this case 171 KB, containing > > all lines of 'AddedComplete.cs' as well as 'OriginalComplete.cs'. > > > > Holy moly, is this complicated to attach files... Either, let me know how to > do this easily, or, contact me so I can send them. Otherwise, never mind, I > just wanted to give feedback in an attempt to make TortoiseSVN even better... > > > There's a blue text "Attach a file" which you can click. Don't know how to > make that easier. > > > Also, the diff format is standardized so other tools can use it as well, so > we can not change that without breaking the official format. > > >
Well, I cannot see a "Attach a file" field, probably since I am not member of this list. But I have found the root cause of the issue: The lines of the original files are <LF> terminated, whereas I added <CR><LF> terminated line. Seems like UDiff cannot cope with mixed line endings. (Of course a file shouldn't do this, but apparently this may happen.) -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/a05485bb-56f4-4851-af69-66f5f92b7204%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
