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

RE: Re: Screenshot with problem

From: Igor Nesterov <nest_at_palmoid.com>
Date: Wed, 5 Aug 2009 07:44:49 -0700 (PDT)

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.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2380484

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-08-05 16:45:34 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.