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

svn blame in 1.4.0 shows different results than 1.3.x

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-06-10 13:34:23 CEST

Hi,

Another one found by TSVN nightly build users. 'svn blame' shows
completely different results for 1.3.x and 1.4.0-dev clients.

To reproduce:

with svn.exe version 1.3.2:
svn blame
http://svn.collab.net/repos/svn/trunk/subversion/tests/cmdline/trans_tests.py
-r 1:HEAD > blame132.txt

with svn.exe built from the 1.4.x branch:
svn blame
http://svn.collab.net/repos/svn/trunk/subversion/tests/cmdline/trans_tests.py
-r 1:HEAD > blame140.txt

So, execute the very same blame command with both clients. Then compare
the two resutling files:

The blame240.txt file doesn't contain lines which have revisions < 4552
(ok, haven't really checked *every* revision, but you get the point).
While the blame132.txt file has lines with revision numbers as low as
851. It seems as if the 1.4.0 client doesn't really do the blame from
revision 1 to HEAD but from revision 4552 to HEAD.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 10 13:35:05 2006

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

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