Hi all! I would like to change default contents of commit message from 'svn status' output to add 'svn diff' output. How can this be achieved?
I have already tried setting editor-cmd in ~/.subversion/config to "svn diff >> svn-commit.tmp && mcedit" and it partially works, but creates diff against previous revision, not HEAD. Any suggestions? Thank you very much, b.