|
|
@@ -168,7 +168,7 @@ if(EP_TEST_CVS)
|
|
|
ExternalProject_Add(${proj}
|
|
|
SOURCE_DIR ${local_cvs_repo}
|
|
|
URL ${CMAKE_CURRENT_SOURCE_DIR}/cvsrepo.tgz
|
|
|
- URL_MD5 55fc85825ffdd9ed2597123c68b79f7e
|
|
|
+ URL_MD5 287399370738adfe932e036cbe38d5b0
|
|
|
BUILD_COMMAND ""
|
|
|
CONFIGURE_COMMAND "${CVS_EXECUTABLE}" --version
|
|
|
INSTALL_COMMAND ""
|
|
|
@@ -190,11 +190,11 @@ if(EP_TEST_CVS)
|
|
|
|
|
|
# CVS by date stamp:
|
|
|
#
|
|
|
- set(proj TutorialStep1-CVS-20090626)
|
|
|
+ set(proj TutorialStep1-CVS-20241115)
|
|
|
ExternalProject_Add(${proj}
|
|
|
CVS_REPOSITORY ":local:${local_cvs_repo}"
|
|
|
CVS_MODULE "TutorialStep1"
|
|
|
- CVS_TAG "-D2009-06-26 16:50:00 UTC"
|
|
|
+ CVS_TAG "-D2024-11-15 23:11:00 UTC"
|
|
|
UPDATE_COMMAND ""
|
|
|
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
|
|
|
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
|
|
@@ -229,7 +229,7 @@ if(EP_TEST_CVS)
|
|
|
INSTALL_COMMAND ""
|
|
|
DEPENDS "SetupLocalCVSRepository"
|
|
|
DEPENDS "EmptyNoOpProject"
|
|
|
- DEPENDS "TutorialStep1-CVS-20090626"
|
|
|
+ DEPENDS "TutorialStep1-CVS-20241115"
|
|
|
DEPENDS "TutorialStep1-CVS-testtag1"
|
|
|
)
|
|
|
set_property(TARGET ${proj} PROPERTY FOLDER "CVS")
|
|
|
@@ -248,7 +248,7 @@ if(EP_TEST_SVN)
|
|
|
ExternalProject_Add(${proj}
|
|
|
SOURCE_DIR ${local_svn_repo}
|
|
|
URL ${CMAKE_CURRENT_SOURCE_DIR}/svnrepo.tgz
|
|
|
- URL_MD5 2f468be4ed1fa96377fca0cc830819c4
|
|
|
+ URL_MD5 0d75c80611c998e36c36f4a9e1e739d0
|
|
|
BUILD_COMMAND ""
|
|
|
CONFIGURE_COMMAND "${Subversion_SVN_EXECUTABLE}" --version
|
|
|
INSTALL_COMMAND ""
|
|
|
@@ -258,10 +258,10 @@ if(EP_TEST_SVN)
|
|
|
|
|
|
# SVN by date stamp:
|
|
|
#
|
|
|
- set(proj TutorialStep1-SVN-20090626)
|
|
|
+ set(proj TutorialStep1-SVN-20241115)
|
|
|
ExternalProject_Add(${proj}
|
|
|
SVN_REPOSITORY "${local_svn_repo_url}"
|
|
|
- SVN_REVISION "-r{2009-06-26 16:50:00 +0000}"
|
|
|
+ SVN_REVISION "-r{2024-11-15 23:23:00 +0000}"
|
|
|
UPDATE_COMMAND ""
|
|
|
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
|
|
|
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
|
|
@@ -272,10 +272,10 @@ if(EP_TEST_SVN)
|
|
|
|
|
|
# SVN by revision number:
|
|
|
#
|
|
|
- set(proj TutorialStep1-SVN-r2)
|
|
|
+ set(proj TutorialStep1-SVN-r3)
|
|
|
ExternalProject_Add(${proj}
|
|
|
SVN_REPOSITORY "${local_svn_repo_url}"
|
|
|
- SVN_REVISION "-r2"
|
|
|
+ SVN_REVISION "-r3"
|
|
|
UPDATE_COMMAND ""
|
|
|
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
|
|
|
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
|
|
@@ -320,7 +320,7 @@ if(EP_TEST_GIT)
|
|
|
set(proj TutorialStep1-GIT-byhash)
|
|
|
ExternalProject_Add(${proj}
|
|
|
GIT_REPOSITORY "${local_git_repo}"
|
|
|
- GIT_TAG 57418671a0a0e371e7bac532337152595fbe0df5 # generated by gitrepo.bash
|
|
|
+ GIT_TAG 4ed00009457732fc8b6d75f6159bbc384119c3d1 # generated by gitrepo.bash
|
|
|
UPDATE_COMMAND ""
|
|
|
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
|
|
|
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
|
|
@@ -568,7 +568,7 @@ if(EP_TEST_HG)
|
|
|
set(proj TutorialStep1-HG-byhash)
|
|
|
ExternalProject_Add(${proj}
|
|
|
HG_REPOSITORY "${local_hg_repo}"
|
|
|
- HG_TAG dd2ce38a6b8a
|
|
|
+ HG_TAG fc5a0c915390
|
|
|
UPDATE_COMMAND ""
|
|
|
CMAKE_GENERATOR "${CMAKE_GENERATOR}"
|
|
|
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
|
|
@@ -621,8 +621,8 @@ enable_testing()
|
|
|
# BuildTree tests:
|
|
|
#
|
|
|
if(EP_TEST_CVS)
|
|
|
- add_test(TutorialStep1-CVS-20090626-BuildTreeTest
|
|
|
- "${binary_base}/TutorialStep1-CVS-20090626/Tutorial" 4)
|
|
|
+ add_test(TutorialStep1-CVS-20241115-BuildTreeTest
|
|
|
+ "${binary_base}/TutorialStep1-CVS-20241115/Tutorial" 4)
|
|
|
|
|
|
add_test(TutorialStep1-CVS-testtag1-BuildTreeTest
|
|
|
"${binary_base}/TutorialStep1-CVS-testtag1/Tutorial" 64)
|
|
|
@@ -632,11 +632,11 @@ if(EP_TEST_CVS)
|
|
|
endif()
|
|
|
|
|
|
if(EP_TEST_SVN)
|
|
|
- add_test(TutorialStep1-SVN-20090626-BuildTreeTest
|
|
|
- "${binary_base}/TutorialStep1-SVN-20090626/Tutorial" 100)
|
|
|
+ add_test(TutorialStep1-SVN-20241115-BuildTreeTest
|
|
|
+ "${binary_base}/TutorialStep1-SVN-20241115/Tutorial" 100)
|
|
|
|
|
|
- add_test(TutorialStep1-SVN-r2-BuildTreeTest
|
|
|
- "${binary_base}/TutorialStep1-SVN-r2/Tutorial" 99)
|
|
|
+ add_test(TutorialStep1-SVN-r3-BuildTreeTest
|
|
|
+ "${binary_base}/TutorialStep1-SVN-r3/Tutorial" 99)
|
|
|
|
|
|
add_test(TutorialStep1-SVN-trunk-BuildTreeTest
|
|
|
"${binary_base}/TutorialStep1-SVN-trunk/Tutorial" 98)
|