...
If you take a look at the baseline operation source code, you will see that it gets the configuration parent folder, the baseline parent folder and call a recursive method (baselineFolder) with those 2 folders as parameters. BaselineFolder gets the children of the configuration node : if
- if they are folderish it copies them into the baseline node and recall itself on each new child node,
...
- if the node is not folderish, it looks for the latest major version and create a proxy of the document into the baseline node.
...
Resources
The configuration management template consists in a studio project plus a specific automation operation.
...