
cherokee at cherokee-project
Jul 3, 2009, 2:29 AM
Views: 129
Permalink
|
|
[3421] cherokee/trunk/changelog-update.sh: Adds a comment with a reminder on how to change SVN commit logs.
|
|
Revision: 3421 http://svn.cherokee-project.com/changeset/3421 Author: alo Date: 2009-07-03 11:29:18 +0200 (Fri, 03 Jul 2009) Log Message: ----------- Adds a comment with a reminder on how to change SVN commit logs. Modified Paths: -------------- cherokee/trunk/changelog-update.sh Modified: cherokee/trunk/changelog-update.sh =================================================================== --- cherokee/trunk/changelog-update.sh 2009-07-03 09:08:30 UTC (rev 3420) +++ cherokee/trunk/changelog-update.sh 2009-07-03 09:29:18 UTC (rev 3421) @@ -1,5 +1,13 @@ #!/bin/sh +# Renders a ChangeLog file by using the Subversion commit logs +# +# Author: Alvaro Lopez Ortega <alvaro[at]alobbs.com> + +# FOR THE RECORD: +# Commit log messages can be modified by running (replace $REV): +# svn propedit svn:log --revprop -r$REV . + srcdir=`dirname $0` test -z "$srcdir" && srcdir=. test -z "$SVN" && SVN=svn
|