SVN Commit Log Message Correction

Have you ever done a commit and then realized that the message you put wasn’t quite right? It is possible to change those messages using the Subversion admin tools.

From the Subversion book: Commit Log Message Correction

Example:

[admin@svn]$ echo "Here is the new, correct log message" > newlog.txt
[admin@svn]$ svnadmin setlog myrepos newlog.txt -r 388 --bypass-hooks

This entry was posted on Tuesday, April 24th, 2007 at 5:19 pm and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Be the first to leave a comment.

Leave a Reply