In SVN is there an automatated way to produce a log message that has the list of changes appended.
For instance if I was commit foo.cpp and bar.cpp
svn commit -m "my message"
whould produce a log message similiar to
Files changed:
-foo.cpp
-bar.cpp