comparison DOCS/tech/cvs-howto.txt @ 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 7fb537ba7c96
children a301e6ca6aca
comparison
equal deleted inserted replaced
18763:1d6833f57d4a 18764:5b89070daa50
125 with a fresh checkout of that file, you can use svn revert filename(s). 125 with a fresh checkout of that file, you can use svn revert filename(s).
126 NOTE: This has nothing to do with reverting changes on the Subversion 126 NOTE: This has nothing to do with reverting changes on the Subversion
127 server! It only reverts changes that were not committed yet. If you need 127 server! It only reverts changes that were not committed yet. If you need
128 to revert a broken commit, see 9. 128 to revert a broken commit, see 9.
129 129
130 12. Changing commit messages
131
132 svn propedit svn:log --revprop -r <revision>
133
134 If your commit message is too short or not explanatory enough, you can edit
135 it afterwards with svn propedit.
136
130 Contact the project admin <root at mplayerhq dot hu> if you have technical 137 Contact the project admin <root at mplayerhq dot hu> if you have technical
131 problems with the Subversion server. 138 problems with the Subversion server.
132 139
133 140
134 141