Skip to content
Snippets Groups Projects
Commit 93737d80 authored by Brad King's avatar Brad King
Browse files

Merge branch 'fix-ctest_update-svn' into release

parents ac7489e0 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