Skip to content
Snippets Groups Projects
Commit aa18d5be authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'fix-ctest_update-svn'

51849bba ctest_update: Fix svn log and external loading
parents 5d5be3bd 51849bba
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment