Revision: 464
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=464&view=rev
Author: andy_miller
Date: 2007-11-01 13:58:03 -0700 (Thu, 01 Nov 2007)
Log Message:
-----------
Force an older version of GCCXML until Py+= catches up with it
Modified Paths:
--------------
trunk/python-ogre/scripts/01-RetrieveSource.sh
Modified: trunk/python-ogre/scripts/01-RetrieveSource.sh
===================================================================
--- trunk/python-ogre/scripts/01-RetrieveSource.sh 2007-10-26 05:32:14 UTC (rev 463)
+++ trunk/python-ogre/scripts/01-RetrieveSource.sh 2007-11-01 20:58:03 UTC (rev 464)
@@ -36,7 +36,7 @@
echo " -- getting python-ogre"
svn co https://python-ogre.svn.sourceforge.net/svnroot/python-ogre/trunk/python-ogre python-ogre
echo " -- getting gccxml"
-cvs -z3 -q -d :pserver:an...@ww...:/cvsroot/GCC_XML co gccxml
+cvs -z3 -q -d :pserver:an...@ww...:/cvsroot/GCC_XML co gccxml -D "1 Oct 2007"
echo " -- getting ogreode"
cvs -z3 -q -d :pserver:ano...@cv...:/cvsroot/ogre co -P ogreaddons/ogreode
echo " -- getting ogrenewt"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|