summaryrefslogtreecommitdiff
path: root/Tests/CTestUpdateSVN.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-07-09 09:10:24 -0400
committerBrad King <brad.king@kitware.com>2012-07-09 09:13:06 -0400
commitc785c6bd6b618c1b9f1d2acefcc5b2b92c4d2350 (patch)
treedff4ab6652f9662e02006c318cd18cd33273375c /Tests/CTestUpdateSVN.cmake.in
parentf70f55c064d2b3a761a32b84ca39ee25377300c5 (diff)
downloadcmake-c785c6bd6b618c1b9f1d2acefcc5b2b92c4d2350.tar.gz
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
Diffstat (limited to 'Tests/CTestUpdateSVN.cmake.in')
-rw-r--r--Tests/CTestUpdateSVN.cmake.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in
index edafb4ef27..15b833b10c 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
)