Within the eclipse Java editor, right click -> Compare With between Working copy and base revision opens the diff between the versions within the Eclipse compare editor.
Is there a way to get the actual .diff as a file i.e
Index: Something.java
===================================================================
--- Something.java (revision 10155)
+++ Something.java (revision 10154)
@@ -227,9 +227,6 @@
import ...
import ...
import ...
-import com...
-import com...
-import com...
+import com....
from within eclipse without using the shell svn diff command?
Didn’t realize it. Quite simple!