diff options
author | David Cole <david.cole@kitware.com> | 2012-07-12 19:59:34 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-07-12 19:59:34 (GMT) |
commit | 52c080dc277228bf1a47249c11f0f48db191ccfe (patch) | |
tree | 2e6fe257bc791f58f364356743f62c76e5a66155 /Tests | |
parent | d9d34a56e64b36ad79ece0b25c3ba0dbc5b2e1af (diff) | |
parent | c785c6bd6b618c1b9f1d2acefcc5b2b92c4d2350 (diff) | |
download | CMake-52c080dc277228bf1a47249c11f0f48db191ccfe.zip CMake-52c080dc277228bf1a47249c11f0f48db191ccfe.tar.gz CMake-52c080dc277228bf1a47249c11f0f48db191ccfe.tar.bz2 |
Merge topic 'fix-CTestUpdateSVN-svn1.7'
c785c6b CTestUpdateSVN: Do not create repo directory first (#13349)
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CTestUpdateSVN.cmake.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in index edafb4ef..15b833b 100644 --- a/Tests/CTestUpdateSVN.cmake.in +++ b/Tests/CTestUpdateSVN.cmake.in @@ -41,7 +41,6 @@ init_testing() #----------------------------------------------------------------------------- # Create the repository. message("Creating repository...") -file(MAKE_DIRECTORY ${TOP}/repo) run_child( COMMAND ${SVNADMIN} create --config-dir ${TOP}/config ${TOP}/repo ) |