Can I go back and edit comments on an SVN checkin?
Commit messages are “unversioned properties” and can be changed with the svn propset command, for example $ svn propset –revprop -r 25 svn:log “Journaled about trip to New York.” property ‘svn:log’ set on repository revision ’25’ This is setting the revision property called “svn:log” on revision 25 Configuring subversion to allow revision property changes Because … Read more