cmCTestSVN: Create the SVNInfo for the root repository
This commit is contained in:
parent
8d1e10296a
commit
fb6d513692
|
@ -115,6 +115,9 @@ std::string cmCTestSVN::LoadInfo()
|
|||
//----------------------------------------------------------------------------
|
||||
void cmCTestSVN::NoteOldRevision()
|
||||
{
|
||||
// Info for root repository
|
||||
this->Repositories.push_back( SVNInfo("") );
|
||||
this->RootInfo = &(this->Repositories.back());
|
||||
this->OldRevision = this->LoadInfo();
|
||||
this->Log << "Revision before update: " << this->OldRevision << "\n";
|
||||
cmCTestLog(this->CTest, HANDLER_OUTPUT, " Old revision of repository is: "
|
||||
|
|
Loading…
Reference in New Issue