FSTransactionInfo txn = fsfs.openTxn(transactionName);
FSRoot root = fsfs.createTransactionRoot(txn);
path = path == null ? "/" : path;
FSRevisionNode node = root.getRevisionNode(path);
FSID id = includeIDs ? node.getId() : null;
SVNNodeKind kind = root.checkNodeKind(path);
getTree(fsfs, root, path, kind, id, includeIDs, 0, recursive, handler);
}
/**
* Writes differences of changed files and properties for the