parsed.org
Fixing an SVN Log Entry by cygnus on Jan 12, 2005 09:48 AM

If you've botched an SVN log entry (typo, etc.), you can fix it as follows:

$ echo "Here is the new, correct log message" > newlog.txt
$ svnadmin setlog myrepos newlog.txt -r 388
brokencommandslogsubversionsvn
RSS