From 5b9aeb48e66028de4d1b393d788920f81d6274e7 Mon Sep 17 00:00:00 2001 From: ivo Date: Wed, 21 Jun 2006 09:42:43 +0000 Subject: [PATCH] add command for changing commit messages after the commit took place. command taken from ffmpeg-cvslog posting by Diego. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18767 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/cvs-howto.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt index cc1dbac722..dae573cf99 100644 --- a/DOCS/tech/cvs-howto.txt +++ b/DOCS/tech/cvs-howto.txt @@ -127,6 +127,13 @@ I. TECH SIDE: 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 + + If your commit message is too short or not explanatory enough, you can edit + it afterwards with svn propedit. + Contact the project admin if you have technical problems with the Subversion server.