]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/pre-flight.sh
build updates for libtiff 3.8.2
[wxWidgets.git] / distrib / scripts / pre-flight.sh
index a85bcc3d7cf380d982b0639b6ee679b949d91554..42976a373a4290a27998027147bdcf9cbae564bd 100755 (executable)
@@ -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 co https://svn.wxwidgets.org/svn/wxWebSite/trunk wxWebSite
 else
     cd $WX_WEB_DIR
+    svn cleanup
     svn up
 fi
 
     svn up
 fi
 
@@ -27,6 +28,7 @@ if [ ! -d $WX_SRC_DIR ]; then
   cd $WX_SRC_DIR
 else
   cd $WX_SRC_DIR
   cd $WX_SRC_DIR
 else
   cd $WX_SRC_DIR
+  svn cleanup
   svn up
 fi
 
   svn up
 fi
 
@@ -116,6 +118,6 @@ md5sum ${FTPDIR}/wx* > ${FTPDIR}/MD5SUM
 
 ## make sure updated at is really last
 sleep 10
 
 ## 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."
        
 echo "Delivery complete. Flying."