I noticed that Zope does provide some versioning control through WebDAV, but it seems to only work for text files (.html, .txt, etc.) When I copy a .doc file or other binary doc to to one of my webfolders, and then I go look at it in Zope, the History tab does not appear. It does when the file is of type .txt. or .html or any other text format. I read about the ZopeVersion project but that is a long way off. If there is a way to turn on versioning for non-text files (the way Xythos web server implements DAV & Delta-V) that would be great! Thanks! Nick **************************************************** Nicolae P. Costescu, Ph.D. Quality Real-Time Systems, LLC. 6312 Seven Corners Center #134 Falls Church, VA 22044, USA Tel: 703 533 9142 / Fax: 703 533 9143 http://qrts.com
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
participants (2)
-
Dieter Maurer -
Nicolae P. Costescu