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

svn blame -g gets wrong commit numbers

From: Brazhnik <brazhnik_at_gmail.com>
Date: Sun, 8 Feb 2009 01:17:42 +0300

Hello.
Thank you for svn.

I found a wrong behavior of tortoiseSVN blame command in some my files.

Further investigation has shown that it seems the problem in 'svn
blame -g' command.

The same problem is in some files of svn.collab.net/repos/svn/trunk.
For example in 'subversion/svn/main.c'

Step to reproduce:

0. svn version is 1.5.5 (windows XP pro sp3 eng / Vista home pre sp1 rus)

1. execute
svn blame -r 35734
http://svn.collab.net/repos/svn/trunk/subversion/svn/main.c >main.b

2. execute
svn blame -g -r 35734
http://svn.collab.net/repos/svn/trunk/subversion/svn/main.c >main.b-g

3. see line 327 of main.b: last changes in commit 18522. ('svn diff'
confirms this)

4. see line 327 of main.b-g: last changes in commit 1 !!!

----
This issue makes impossible to use tortoiseSVN blame command because
it always use '-g' option.
Thanks,
Andrey
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1120874
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-07 23:18:29 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.