X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/163d6654023d8c9827684ab677773d80d1ab6f6a..3442c078adb5209278b7ac681486386f81859cc7:/distrib/scripts/pre-flight.sh?ds=inline diff --git a/distrib/scripts/pre-flight.sh b/distrib/scripts/pre-flight.sh index a85bcc3d7c..42976a373a 100755 --- a/distrib/scripts/pre-flight.sh +++ b/distrib/scripts/pre-flight.sh @@ -17,6 +17,7 @@ if [ ! -d $WX_WEB_DIR ]; then svn co https://svn.wxwidgets.org/svn/wxWebSite/trunk wxWebSite else cd $WX_WEB_DIR + svn cleanup svn up fi @@ -27,6 +28,7 @@ if [ ! -d $WX_SRC_DIR ]; then cd $WX_SRC_DIR else cd $WX_SRC_DIR + svn cleanup svn up fi @@ -116,6 +118,6 @@ md5sum ${FTPDIR}/wx* > ${FTPDIR}/MD5SUM ## make sure updated at is really last sleep 10 -echo cvs checkout done at `date -u` > ${FTPDIR}/updated_at.txt +echo svn checkout done at `date -u` > ${FTPDIR}/updated_at.txt echo "Delivery complete. Flying."