From 8d1e10296ae852afd80c789efa73492f87543034 Mon Sep 17 00:00:00 2001 From: Xavier Besseron Date: Fri, 24 Aug 2012 10:47:59 +0200 Subject: 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. --- Source/CTest/cmCTestSVN.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Source/CTest/cmCTestSVN.h b/Source/CTest/cmCTestSVN.h index 12feba9..a084d40 100644 --- a/Source/CTest/cmCTestSVN.h +++ b/Source/CTest/cmCTestSVN.h @@ -70,6 +70,12 @@ private: // Extended revision structure to include info about external it refers to. struct Revision; + // Info of all the repositories (root, externals and nested ones). + std::list Repositories; + + // Pointer to the infos of the root repository. + SVNInfo* RootInfo; + std::string LoadInfo(); void LoadModifications(); void LoadRevisions(); -- cgit v0.12