Author: atsebro
Date: 2009-04-30 12:25:32 -0400 (Thu, 30 Apr 2009)
New Revision: 13972
Modified:
trunk/docs/release.sh
Log:
Modified: trunk/docs/release.sh
===================================================================
--- trunk/docs/release.sh 2009-04-30 14:49:05 UTC (rev 13971)
+++ trunk/docs/release.sh 2009-04-30 16:25:32 UTC (rev 13972)
@@ -80,8 +80,8 @@
svn status | grep '^\!' | grep -o -P [^\!^" ""\n\r?"]+ |
while read -r;do svn rm $REPLY >> $LOG 2>&1; done || die "Something
wrong with svn remove. See the log file"
#Try to commit files
- printLog "Try to commit files..."
- svn commit --username $USER --password $PASS --message $MESSAGE >> $LOG
2>&1 || die "Something wrong with svn commit. See the log file"
+ #printLog "Try to commit files..."
+ #svn commit --username $USER --password $PASS --message $MESSAGE >> $LOG
2>&1 || die "Something wrong with svn commit. See the log file"
done
}
Show replies by date