瀏覽代碼

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
   )