On Wed, Aug 5, 2009 at 17:03, Stefan Kueng<tortoisesvn_at_gmail.com> wrote:
> On 05.08.2009 16:44, Igor Nesterov wrote:
>>
>> Stefan,
>>
>> Look at diff file conents:
>> ===WC=with=r530===
>> Index: C:/Personal/test/a
>> ===================================================================
>> --- C:/Personal/test/a (working copy)
>> +++ C:/Personal/test/a (revision 530)
>> @@ -1,3 +1 @@
>> 1
>> -2
>> -3
>> ===EOF===
>> ===WC=with=r531===
>> Index: C:/Personal/test/a
>> ===================================================================
>> --- C:/Personal/test/a (revision 531)
>> +++ C:/Personal/test/a (working copy)
>> @@ -1,2 +1,3 @@
>> 1
>> 2
>> +3
>> ===EOF===
>>
>> Diff functions compare revisions with real working copy, not BASE. There
>> are no third line with "3" in repository.
>>
>> But something inside SVNDiff::ShowCompare passes parameters to diff
>> creation function in different order.
>
> Actually, not something in TSVN but inside the svn library. I checked and
> all parameters passed to svn_client_diff_peg4() are the same for both
> revisions (only the fifth param is different because that's the selected
> revision).
>
> So something inside svn_client_diff_peg4() must work differently for the
> HEAD revision.
I've reopened issue #2929:
http://subversion.tigris.org/issues/show_bug.cgi?id=2929
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2380504
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-08-05 17:14:49 CEST