diff options
author | Brad King <brad.king@kitware.com> | 2012-07-09 13:10:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-07-09 13:13:06 (GMT) |
commit | c785c6bd6b618c1b9f1d2acefcc5b2b92c4d2350 (patch) | |
tree | dff4ab6652f9662e02006c318cd18cd33273375c /Tests | |
parent | f70f55c064d2b3a761a32b84ca39ee25377300c5 (diff) | |
download | CMake-c785c6bd6b618c1b9f1d2acefcc5b2b92c4d2350.zip CMake-c785c6bd6b618c1b9f1d2acefcc5b2b92c4d2350.tar.gz CMake-c785c6bd6b618c1b9f1d2acefcc5b2b92c4d2350.tar.bz2 |
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')
-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 ) |