[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.
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:
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
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
|
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.