changeset 18764:5b89070daa50

add command for changing commit messages after the commit took place. command taken from ffmpeg-cvslog posting by Diego.
author ivo
date Wed, 21 Jun 2006 09:42:43 +0000
parents 1d6833f57d4a
children 1ba0aff3ed0a
files DOCS/tech/cvs-howto.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/cvs-howto.txt	Tue Jun 20 19:59:24 2006 +0000
+++ b/DOCS/tech/cvs-howto.txt	Wed Jun 21 09:42:43 2006 +0000
@@ -127,6 +127,13 @@
   server! It only reverts changes that were not committed yet. If you need
   to revert a broken commit, see 9.
 
+12. Changing commit messages
+
+  svn propedit svn:log --revprop -r <revision>
+
+  If your commit message is too short or not explanatory enough, you can edit
+  it afterwards with svn propedit.
+
 Contact the project admin <root at mplayerhq dot hu> if you have technical
 problems with the Subversion server.