According to your comments, you would like to see the differences between the current and previous versions of an item that is not in your working copy. To do this, you need to know the URL of the element (for example, svn://[repo_root]/[path]/[item] ), which I assume you are doing. Then you do the following:
svn info <item-URL>
will contain (among other things) the latest revision of the change. With the version number of R you are running:
svn diff -c <R> <item-URL>
and he will give you the last fixation latch.
malenkiy_scot May 16 '12 at 12:40 2012-05-16 12:40
source share