Hi, > if I use a datastore, upload a file into jackrabbit, then try to create a new > version with a different file, can the new version replace the file content?
If the content is different, the new version would be stored in a new file (a new file with a different name). > multiple versions do they all point to the same file If the content is the same, then the same file is re-used. Regards, Thomas
