Is there a way to diff two arbitrary revisions in psvn? I'd like to have possibility to get diff/ediff for a file in the svn-status window.
I only found svn-file-show-svn-diff which shows diff between a working copy and HEAD
|
feedback
|
|
For a diff, press C-u before = (M-x svn-file-show-svn-diff), and it will interactively prompt you for a revision. At this point put in the revisions you like to compare in arb1:arb2 form. Then the svn-diff buffer will show the changes between arb1 and arb2 revisions in diff unified form. For an ediff, Edit: added svn-log-ediff-specific-revision, from revision 40434 (2009-11-09). | |||||||
feedback
|