summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
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.