I would like to take all the commit messages in my subversion log and just concatenate them into one text file, preferably using the svn command line on windows.
Each commit message has this format:
- r1 message
- r1 message
- r1 message
What I would like is something like:
- r1 message
- r1 message
- r2 message
- r2 message
- r3 message
[...]
- r1000 message
Update
I thought the above was clear, but what I don't want in the log is this type of info:
r2130 | user| 2010-03-19 10:36:13 -0400 (Fri, 19 Mar 2010) | 1 line
No meta data, I simply want the commit messages.