]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/pre-flight.sh
rewrite the sample to use a main frame to make it more understandable and also make...
[wxWidgets.git] / distrib / scripts / pre-flight.sh
index d022fccb0686623f25afb2eb94c1c368bdb4be8d..42976a373a4290a27998027147bdcf9cbae564bd 100755 (executable)
@@ -17,16 +17,18 @@ 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
 
 if [ ! -d $WX_SRC_DIR ]; then
   cd $WX_TEMP_DIR
   echo "Grabbing wx CVS with tag $BUILD_TAG"
-  svn co https://svn.wxwidgets.org/svn/wxWidgets/trunk wxWidgets
+  svn co https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/ wxWidgets
   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."