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

diff and "reverse diff" show different results

From: Cheng-Yang Tang <louis01010100_at_gmail.com>
Date: Fri, 13 Nov 2009 18:28:34 +0800

Hi,

In a folder "test"
if I add an empty file "foo" on version 11, and use "svn diff" to compare
version 10 and 11:
svn diff -r 10:11 showed that v11 has one file that does not exist in v10;
but
svn diff -r 11:10 failed to reveal this modification.
the actuall results are as follows:

louis@london:/tmp/svn-test/test$ svn diff -r 10:11 http://localhost/svn/test
Index: foo
===================================================================

louis@london:/tmp/svn-test/test$ svn diff -r 11:10 http://localhost/svn/test
louis_at_london:/tmp/svn-test/test$

Is this a bug or designed on purpose?

Louis

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2417496

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-13 11:55:08 CET

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

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