mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
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
This commit is contained in:
parent
f70f55c064
commit
c785c6bd6b
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user