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

[Subclipse-users] Blame (annotate) on deleted files

From: Rob Gansevles <rgansevles_at_gmail.com>
Date: Mon, 26 Apr 2010 03:02:57 -0700 (PDT)

Hi,

I want to see the annotation of a file that was deleted in the repository, I have an old workspace in which the file still exists.
It fails because the server replies that the file does not exist (404).

When I use the annotation dialog from the editor context menu, I fill in a revision nr in which the file still existed (28450).

subclipse runs the following command which errors:
blame -r 1:28450 /data/ws/proj/src/com/xyz/File.java_at_HEAD
blame -r 1:HEAD /data/ws/proj/src/com/xyz/File.java_at_HEAD
    svn: '/development/!svn/bc/28598/trunk/proj/src/com/xyz/File.java' path not found: 404 Not Found (https://subversion.xyz.com)
    svn: '/development/!svn/bc/28598/trunk/proj/src/com/xyz/File.java' path not found: 404 Not Found (https://subversion.xyz.com)

However, command-line I can get the annotation using:

svn blame -r 1:28450 https://subversion.xyz.com/development/trunk/proj/src/com/xyz/File.java@28450

How can I get this same annotation in eclipse?

Rob

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2595797

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-04-26 14:08:31 CEST

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

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