Hello, I want to ask if there is any way how to remove unused version history. My (incorrect used case)
1.Add versionable node. 2.Remove versionable node without removing version history. I know it is possible to remove version history when I get version history first from node using: versionHistory = versionManager.getVersionHistory(String absPath); But if it is omitted I can only find out unused version history nodes but as they are protected it is not possible to remove it. Thanks Marek
