Hi, > a property on the node, e.g. "archiveState=toArchive"
I wonder if we _can_ easily write to the version store? Also, some nodetypes don't allow such properties? It might need to be a hidden property, but then you can't use the JCR API. Or maintain this data in a "shadow" structure (not with the nodes), which would complicate move operations. If I was a customer, I wouldn't wan't to *manually* mark / unmark binaries to be moved to / from long time storage. I would probably just want to rely on automatic management. But I'm not a customer, so my opinion is not that relevant ( > Using a property directly specified for this purpose gives us more direct > control over how it is being used I think. Sure, but it also comes with some complexities. Regards, Thomas
