Merge topic 'fix-CTestUpdateSVN-svn1.7'

c785c6b CTestUpdateSVN: Do not create repo directory first (#13349)
This commit is contained in:
David Cole 2012-07-12 15:59:34 -04:00 committed by CMake Topic Stage
commit 52c080dc27
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ init_testing()
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Create the repository. # Create the repository.
message("Creating repository...") message("Creating repository...")
file(MAKE_DIRECTORY ${TOP}/repo)
run_child( run_child(
COMMAND ${SVNADMIN} create --config-dir ${TOP}/config ${TOP}/repo COMMAND ${SVNADMIN} create --config-dir ${TOP}/config ${TOP}/repo
) )