r15036 - gnucash/trunk/packaging/win32 - Temporarily set the win32 checkout to r15007 until we've added the compiling of SWIG on win32.

Christian Stimming cstim at cvs.gnucash.org
Wed Oct 18 07:52:51 EDT 2006


Author: cstim
Date: 2006-10-18 07:52:50 -0400 (Wed, 18 Oct 2006)
New Revision: 15036
Trac: http://svn.gnucash.org/trac/changeset/15036

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Temporarily set the win32 checkout to r15007 until we've added the compiling of SWIG on win32.

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-10-18 10:15:58 UTC (rev 15035)
+++ gnucash/trunk/packaging/win32/install.sh	2006-10-18 11:52:50 UTC (rev 15036)
@@ -714,12 +714,14 @@
 function svn_up() {
     mkdir -p $REPOS_DIR
     qpushd $REPOS_DIR
+    # SVN-HEAD doesn't compile here because of missing SWIG
+    SVNREV_FLAG="-r15007"
     if [ -x .svn ]; then
 	setup svn up
-	svn up
+	svn up ${SVNREV_FLAG}
     else
 	setup svn co
-	svn co $REPOS_URL .
+	svn co ${SVNREV_FLAG} $REPOS_URL .
     fi
     qpopd
 }



More information about the gnucash-changes mailing list