[Zope] Question about Versioning support

Dieter Maurer dieter@handshake.de
Thu, 15 Nov 2001 22:40:50 +0100


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