this.pathDepth = PathUtils.getDepth(this.path);
}
@Override
public String execute() throws Exception {
MongoCommit fromCommit = new FetchCommitAction(
nodeStore, fromRevision).execute();
MongoCommit toCommit = new FetchCommitAction(
nodeStore, toRevision).execute();
FetchNodesActionNew action = new FetchNodesActionNew(
nodeStore, path, 0, fromRevision);
action.setBranchId(fromCommit.getBranchId());
NodeImpl fromNode = MongoNode.toNode(action.execute().get(path));