String path = topVNode.getPath();
// save default workspace
testRootNode.getSession().save();
versionManager.checkin(path);
versionManager.checkout(path);
log.println("test nodes created successfully on " + workspace.getName());
// clone the newly created node from src workspace into second workspace
workspaceW2.clone(workspace.getName(), topVNode.getPath(), topVNode.getPath(), true);