There are two Emacs commands (that I've learned) which you can use while working with files that are under subversion version control:
(C-x v v) commit your changes - This will open a window allowing you to enter a comment. Press C-c C-c when you are done entering the comment.
(C-x v l) view the version change log for that file - This opens the change log in a second window, which you can scroll through. Use (C-x o C-x 1) to go back to your one window view.
These subversion commands, and about twenty others, are accessible from the 'tools' menu, under 'version control', which you can get to with the mouse in a X emacs session, or (M-`) in a console-only session.
(C-x v v) commit your changes - This will open a window allowing you to enter a comment. Press C-c C-c when you are done entering the comment.
(C-x v l) view the version change log for that file - This opens the change log in a second window, which you can scroll through. Use (C-x o C-x 1) to go back to your one window view.
These subversion commands, and about twenty others, are accessible from the 'tools' menu, under 'version control', which you can get to with the mouse in a X emacs session, or (M-`) in a console-only session.

