[MPlayer-cvslog] r18767 - trunk/DOCS/tech/cvs-howto.txt

ivo subversion at mplayerhq.hu
Wed Jun 21 11:42:44 CEST 2006


Author: ivo
Date: Wed Jun 21 11:42:43 2006
New Revision: 18767

Modified:
   trunk/DOCS/tech/cvs-howto.txt

Log:
add command for changing commit messages after the commit took place.

command taken from ffmpeg-cvslog posting by Diego.



Modified: trunk/DOCS/tech/cvs-howto.txt
==============================================================================
--- trunk/DOCS/tech/cvs-howto.txt	(original)
+++ trunk/DOCS/tech/cvs-howto.txt	Wed Jun 21 11:42:43 2006
@@ -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.
 



More information about the MPlayer-cvslog mailing list