[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Screenshot with problem

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 05 Aug 2009 17:03:18 +0200

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.

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=2380492
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-08-05 17:03:40 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.