Find the set of RCP objects in a CVS release.Thus, while there is a one-to-one map between RCP objects and RCPIDs, there will be, in general, a one-to-many map between RCP objects and CVS version numbers.For each RCP object checkIf RCP object in RCPDb ThenTag with CVS release versionElseCreate new RCP object in RCPDb
Tag with CVS relese version
RCPManager m;
// Create an RCP manager
// This will use the method getBFCURRENT() to obtain the CVS version number of the current code release.RCPManager m(string releaseVersion);
// Create an RCP manager and override the default CVS version number with the version specified in the variable releaseVersion.RCP r = m.extract(package, name [, release]);
// Return an RCP object, specified by the triplet (package, name[, release]).