Hi, IIUC the implementation of the JCR Version manager is usually https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/version/ReadWriteVersionManager.java.
However there doesn’t seem to be any documentation on the internal repository layout (similar to what we have for e.g. users in https://jackrabbit.apache.org/oak/docs/security/user/default.html#representation-in-the-repository). Obviously this would be interesting for Oak developers, but potentially also for consumers as there are certain edge cases (e.g. exporting a node with history with FileVault) which cannot really be understood without this. Is there some documentation I might have missed or is this indeed right now undocumented (in which case I would volunteer for a first doc version)? Thanks, Konrad
