cmAddVersions - add versions to an ipnode file for specified nodes.
1.0 (17 December 2003) GBS
> cmAddVersions nodefile versionsfile outputfile
CmUtils::CmAddVersions("initial.ipnode", "versionchanges", "new.ipnode");
All three parameters are required. The Versions file contains a list of pairs where the first number is the node number to add versions to, and the second number is how many versions this node should have.
If a node listed already contains versions, the original information is ignored, and new versions are created from the first version of the node.