summaryrefslogtreecommitdiff
path: root/Tests/ExternalProject
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2009-06-26 13:00:39 -0400
committerDavid Cole <david.cole@kitware.com>2009-06-26 13:00:39 -0400
commit0e6c530e9eee2aafc8afdaad9619066446ff8e7d (patch)
tree1fa66b57f128b438e5f45cb31c2e8b73a38f5d97 /Tests/ExternalProject
parent798024bebf7d5a63862bc92a838cb71840736929 (diff)
downloadcmake-0e6c530e9eee2aafc8afdaad9619066446ff8e7d.tar.gz
BUG: Downgrade svn repository to be created with an svn 1.2 installation (rather than 1.4) so that it works (hopefully) with more svn clients in the wild. Change time stamps of test projects in CMakeLists.txt to reflect times available in newly created repository. Add UPDATE_COMMAND "" for checkouts that are tag-based or date-stamp-based to avoid unnecessary update steps.
Diffstat (limited to 'Tests/ExternalProject')
-rw-r--r--Tests/ExternalProject/CMakeLists.txt24
-rw-r--r--Tests/ExternalProject/svnrepo.tgzbin3694 -> 3673 bytes
2 files changed, 13 insertions, 11 deletions
diff --git a/Tests/ExternalProject/CMakeLists.txt b/Tests/ExternalProject/CMakeLists.txt
index 5067a15346..650eb5f60d 100644
--- a/Tests/ExternalProject/CMakeLists.txt
+++ b/Tests/ExternalProject/CMakeLists.txt
@@ -135,14 +135,14 @@ if(CVS_EXECUTABLE)
# CVS by date stamp:
#
- set(proj TutorialStep1-CVS-20090625)
+ set(proj TutorialStep1-CVS-20090626)
ep_add(${proj}
CVS_REPOSITORY "${local_cvs_repo}"
CVS_MODULE "TutorialStep1"
- CVS_TAG "-D2009-06-25 16:00:00 UTC"
+ CVS_TAG "-D2009-06-26 16:50:00 UTC"
+ UPDATE_COMMAND ""
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
- UPDATE_COMMAND ""
INSTALL_COMMAND ""
DEPENDS "SetupLocalCVSRepository"
)
@@ -154,9 +154,9 @@ if(CVS_EXECUTABLE)
CVS_REPOSITORY "${local_cvs_repo}"
CVS_MODULE "TutorialStep1"
CVS_TAG -rtesttag1
+ UPDATE_COMMAND ""
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
- UPDATE_COMMAND ""
INSTALL_COMMAND ""
DEPENDS "SetupLocalCVSRepository"
)
@@ -176,7 +176,7 @@ if(CVS_EXECUTABLE)
DEPENDS "TutorialStep1-LocalNoDirTAR"
DEPENDS "TutorialStep1-LocalTGZ"
DEPENDS "TutorialStep1-LocalNoDirTGZ"
- DEPENDS "TutorialStep1-CVS-20090625"
+ DEPENDS "TutorialStep1-CVS-20090626"
DEPENDS "TutorialStep1-CVS-testtag1"
)
endif()
@@ -199,10 +199,11 @@ if(Subversion_SVN_EXECUTABLE)
# SVN by date stamp:
#
- set(proj TutorialStep1-SVN-20090625)
+ set(proj TutorialStep1-SVN-20090626)
ep_add(${proj}
SVN_REPOSITORY "${local_svn_repo_url}"
- SVN_TAG "-r{2009-06-25 16:00:00 +0000}"
+ SVN_TAG "-r{2009-06-26 16:50:00 +0000}"
+ UPDATE_COMMAND ""
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
INSTALL_COMMAND ""
@@ -215,6 +216,7 @@ if(Subversion_SVN_EXECUTABLE)
ep_add(${proj}
SVN_REPOSITORY "${local_svn_repo_url}"
SVN_TAG "-r2"
+ UPDATE_COMMAND ""
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
INSTALL_COMMAND ""
@@ -262,8 +264,8 @@ add_test(TutorialStep1-LocalNoDirTGZ-BuildTreeTest
"${binary_base}/TutorialStep1-LocalNoDirTGZ/Tutorial" 9)
if(CVS_EXECUTABLE)
- add_test(TutorialStep1-CVS-20090625-BuildTreeTest
- "${binary_base}/TutorialStep1-CVS-20090625/Tutorial" 4)
+ add_test(TutorialStep1-CVS-20090626-BuildTreeTest
+ "${binary_base}/TutorialStep1-CVS-20090626/Tutorial" 4)
add_test(TutorialStep1-CVS-testtag1-BuildTreeTest
"${binary_base}/TutorialStep1-CVS-testtag1/Tutorial" 64)
@@ -273,8 +275,8 @@ if(CVS_EXECUTABLE)
endif()
if(Subversion_SVN_EXECUTABLE)
- add_test(TutorialStep1-SVN-20090625-BuildTreeTest
- "${binary_base}/TutorialStep1-SVN-20090625/Tutorial" 100)
+ add_test(TutorialStep1-SVN-20090626-BuildTreeTest
+ "${binary_base}/TutorialStep1-SVN-20090626/Tutorial" 100)
add_test(TutorialStep1-SVN-r2-BuildTreeTest
"${binary_base}/TutorialStep1-SVN-r2/Tutorial" 99)
diff --git a/Tests/ExternalProject/svnrepo.tgz b/Tests/ExternalProject/svnrepo.tgz
index b2035b13c2..b8484165e0 100644
--- a/Tests/ExternalProject/svnrepo.tgz
+++ b/Tests/ExternalProject/svnrepo.tgz
Binary files differ