Added svn update to release script to update changelog data.

This commit is contained in:
skarg
2007-09-29 14:49:23 +00:00
parent a6d1183bf6
commit 39f59f6c2d
+1
View File
@@ -22,6 +22,7 @@ echo "Creating the release files for version $DOTTED_VERSION"
echo "Creating the $PROJECT change log..." echo "Creating the $PROJECT change log..."
rm $CHANGELOG rm $CHANGELOG
svn update
svn log --xml --verbose | xsltproc svn2cl.xsl - > $CHANGELOG svn log --xml --verbose | xsltproc svn2cl.xsl - > $CHANGELOG
if [ -z "$CHANGELOG" ] if [ -z "$CHANGELOG" ]
then then