mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-15 22:35:33 -05:00
cmCTestSVN: Create the SVNInfo for the root repository
This commit is contained in:
committed by
Brad King
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: "
|
||||
|
||||
Reference in New Issue
Block a user