mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Merge topic 'fix-ctest_update-svn'
51849bba ctest_update: Fix svn log and external loading
This commit is contained in:
@@ -523,8 +523,11 @@ private:
|
||||
|
||||
void cmCTestSVN::LoadRepositories()
|
||||
{
|
||||
if (!this->Repositories.empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Info for root repository
|
||||
this->Repositories.clear();
|
||||
this->Repositories.push_back(SVNInfo(""));
|
||||
this->RootInfo = &(this->Repositories.back());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user