[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55653] trunk/blender/build_files/ build_environment/install_deps.sh: Use same opencollada rev as windows' libs.

Bastien Montagne montagne29 at wanadoo.fr
Thu Mar 28 21:24:37 CET 2013


Revision: 55653
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55653
Author:   mont29
Date:     2013-03-28 20:24:36 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
Use same opencollada rev as windows' libs.

Modified Paths:
--------------
    trunk/blender/build_files/build_environment/install_deps.sh

Modified: trunk/blender/build_files/build_environment/install_deps.sh
===================================================================
--- trunk/blender/build_files/build_environment/install_deps.sh	2013-03-28 19:33:14 UTC (rev 55652)
+++ trunk/blender/build_files/build_environment/install_deps.sh	2013-03-28 20:24:36 UTC (rev 55653)
@@ -1066,8 +1066,8 @@
     # XXX For now, always update from latest repo...
     git pull origin master
 
-    # XXX We have to stick to this revision, the next one introduced a change to ExtraHandler' parseElement signature :/
-    git checkout c89cf095c40aa2a518b1104c448825eacc92d174
+    # Stick to same rev as windows' libs...
+    git checkout e886e196673222f2f4bc32b936dc96419fff815f
     git reset --hard
 
     # Always refresh the whole build!




More information about the Bf-blender-cvs mailing list