From c785c6bd6b618c1b9f1d2acefcc5b2b92c4d2350 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 9 Jul 2012 09:10:24 -0400 Subject: [PATCH] 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 --- Tests/CTestUpdateSVN.cmake.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in index edafb4ef2..15b833b10 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 )