cmCTestSVN: Add the Repositories list and the RootInfo pointer
The Repository list will contain the SVNInfo of all the repositories (root and external ones). The RootInfo pointer will point to the SVNInfo structure of the root repository.
This commit is contained in:
parent
2f204bc176
commit
8d1e10296a
@ -70,6 +70,12 @@ private:
|
|||||||
// Extended revision structure to include info about external it refers to.
|
// Extended revision structure to include info about external it refers to.
|
||||||
struct Revision;
|
struct Revision;
|
||||||
|
|
||||||
|
// Info of all the repositories (root, externals and nested ones).
|
||||||
|
std::list<SVNInfo> Repositories;
|
||||||
|
|
||||||
|
// Pointer to the infos of the root repository.
|
||||||
|
SVNInfo* RootInfo;
|
||||||
|
|
||||||
std::string LoadInfo();
|
std::string LoadInfo();
|
||||||
void LoadModifications();
|
void LoadModifications();
|
||||||
void LoadRevisions();
|
void LoadRevisions();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user