FSRevisionRoot root = fsfs.createRevisionRoot(end);
FSNodeHistory history = FSNodeHistory.getNodeHistory(root, path);
do {
history = history.fsHistoryPrev(crossCopies, fsfs);
if (history == null) {
break;
}
long revision = history.getHistoryEntry().getRevision();