[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29528] branches/soc-2010-leifandersen: 1.

Leif Andersen leif.a.andersen at gmail.com
Thu Jun 17 17:59:02 CEST 2010


Revision: 29528
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29528
Author:   leifandersen
Date:     2010-06-17 17:59:02 +0200 (Thu, 17 Jun 2010)

Log Message:
-----------
1.  Added the empty.blend file a test uses.

2.  Fixed the code so that the .svn  folders in subfolders are no longer copied.

Modified Paths:
--------------
    branches/soc-2010-leifandersen/source/creator/CMakeLists.txt

Added Paths:
-----------
    branches/soc-2010-leifandersen/tests/pyunit/ops/wm/empty.blend

Modified: branches/soc-2010-leifandersen/source/creator/CMakeLists.txt
===================================================================
--- branches/soc-2010-leifandersen/source/creator/CMakeLists.txt	2010-06-17 15:28:40 UTC (rev 29527)
+++ branches/soc-2010-leifandersen/source/creator/CMakeLists.txt	2010-06-17 15:59:02 UTC (rev 29528)
@@ -176,7 +176,7 @@
 			ADD_CUSTOM_COMMAND(TARGET blender POST_BUILD MAIN_DEPENDANCY blender
 				COMMENT "copying blender tests..."			
 				COMMAND cp -R ${Blender_SOURCE_DIR}/tests/pyunit ${Blender_BINARY_DIR}/tests
-				COMMAND rm -rf ${Blender_BINARY_DIR}/tests/pyunit/.svn ${Blender_BINARY_DIR}/tests/pyunit/*/.svn
+				COMMAND rm -rf ${Blender_BINARY_DIR}/tests/pyunit/.svn ${Blender_BINARY_DIR}/tests/pyunit/*/.svn ${Blender_BINARY_DIR}/tests/pyunit/*/*/.svn
 			)	
 		ENDIF(WITH_TESTS)
 		
@@ -253,7 +253,7 @@
 			ADD_CUSTOM_COMMAND(TARGET blender POST_BUILD MAIN_DEPENDANCY blender
 				COMMENT "copying blender tests..."			
 				COMMAND cp -R ${Blender_SOURCE_DIR}/tests/pyunit ${Blender_BINARY_DIR}/tests
-				COMMAND rm -rf ${Blender_BINARY_DIR}/tests/pyunit/.svn ${Blender_BINARY_DIR}/tests/pyunit/*/.svn
+				COMMAND rm -rf ${Blender_BINARY_DIR}/tests/pyunit/.svn ${Blender_BINARY_DIR}/tests/pyunit/*/.svn ${Blender_BINARY_DIR}/tests/pyunit/*/*/.svn
 			)	
 		ENDIF(WITH_TESTS)
 

Added: branches/soc-2010-leifandersen/tests/pyunit/ops/wm/empty.blend
===================================================================
(Binary files differ)


Property changes on: branches/soc-2010-leifandersen/tests/pyunit/ops/wm/empty.blend
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream





More information about the Bf-blender-cvs mailing list