Преглед изворни кода

CTestUpdateSVN: Do not create repo directory first (#13349)

If the directory already exists some svnadmin versions report

 svnadmin: E200011: Repository creation failed
 svnadmin: E200011: Could not create top-level directory
 svnadmin: E200011: '.../CTest UpdateSVN/repo' exists and is non-empty
Brad King пре 13 година
родитељ
комит
c785c6bd6b
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      Tests/CTestUpdateSVN.cmake.in

+ 0 - 1
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
   )