summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-21 09:42:43 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-21 09:42:43 +0000
commit5b9aeb48e66028de4d1b393d788920f81d6274e7 (patch)
tree44cc67385b611af888dcc71d7c021db3e9725c33 /DOCS
parent11dd16ebeb0f2b9ba9e34131c06dc2d4f9203f52 (diff)
downloadmpv-5b9aeb48e66028de4d1b393d788920f81d6274e7.tar.bz2
mpv-5b9aeb48e66028de4d1b393d788920f81d6274e7.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/cvs-howto.txt7
1 files changed, 7 insertions, 0 deletions
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 <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.