change svn repository

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-07-03 07:51:47 +00:00
parent 0200fb2788
commit 163d665402

View File

@@ -23,7 +23,7 @@ fi
if [ ! -d $WX_SRC_DIR ]; then if [ ! -d $WX_SRC_DIR ]; then
cd $WX_TEMP_DIR cd $WX_TEMP_DIR
echo "Grabbing wx CVS with tag $BUILD_TAG" 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 cd $WX_SRC_DIR
else else
cd $WX_SRC_DIR cd $WX_SRC_DIR