[FLOW3-general] Versioning in the Persistence Layer
lukas lentner
kontakt at lukaslentner.de
Mon Mar 14 01:15:45 CET 2011
Hi,
I want to establish Versioning of some objects of my model. My idea is:
Always if the object is changed or it is removed or added to a repository a specific entry is made to the VersionManager like
122: {
created: [...],
updated: [...],
deleted: [...]
}
"122" is the revision number!
So you can easily find the changes since a certain revision number.
Is there any hint by you, how to do this or is there already a initiative? I'm sure that object versioning is a typical problem.
Thankx
Lukas
More information about the FLOW3-general
mailing list