15 Nov
2001
15 Nov
'01
9:40 p.m.
Nicolae P. Costescu writes:
I noticed that Zope does provide some versioning control through WebDAV, but it seems to only work for text files (.html, .txt, etc.) Zope does not understand the content of binary files. Thus, the differencing is only possible with a small set of types.
But, it would probably not be too difficult to provide history information without the differencing. Try to derive from "OFS.History.Historical" and add its "manage_options" to that of your new classes. Dieter