SVN log message: append list of changed/deleted/added files

Viewed 12

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
0 Answers
Related