I'm using the book The Book of Zope: How to Build and Deliver Web Applications to learn Zope. I'm on the chapter on Versions. Neither the book nor Zope documentation explains exactly how to create a version. Thank you in advance for your help.
On 12 Jul 2005, at 15:28, Charlene wrote:
I'm using the book The Book of Zope: How to Build and Deliver Web Applications to learn Zope. I'm on the chapter on Versions. Neither the book nor Zope documentation explains exactly how to create a version.
That's probably your luck. They are deprecated, unsupported, and carry the risk of data loss. So you should not be using them, anyway :) jens
On 7/12/05, Jens Vagelpohl <jens@dataflake.org> wrote:
On 12 Jul 2005, at 15:28, Charlene wrote:
I'm using the book The Book of Zope: How to Build and Deliver Web Applications to learn Zope. I'm on the chapter on Versions. Neither the book nor Zope documentation explains exactly how to create a version.
That's probably your luck. They are deprecated, unsupported, and carry the risk of data loss. So you should not be using them, anyway :)
In fact, Charlene probably can't figure out how to sue them because newer versions of Zope have removed them completely. :)
Except in the documentation. Which made it even more confusing. I guess I'll skip this chapter of the book. Thanks. Charlene Lennart Regebro wrote:
On 7/12/05, Jens Vagelpohl <jens@dataflake.org> wrote:
On 12 Jul 2005, at 15:28, Charlene wrote:
I'm using the book The Book of Zope: How to Build and Deliver Web Applications to learn Zope. I'm on the chapter on Versions. Neither the book nor Zope documentation explains exactly how to create a version.
That's probably your luck. They are deprecated, unsupported, and carry the risk of data loss. So you should not be using them, anyway :)
In fact, Charlene probably can't figure out how to sue them because newer versions of Zope have removed them completely. :) _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On 12 Jul 2005, at 19:57, Charlene wrote:
Except in the documentation. Which made it even more confusing. I guess I'll skip this chapter of the book.
Books about fast-evolving software always carry the big risk of becoming at least partially obsolete quickly. Not much one can do about that. jens
Jens Vagelpohl wrote at 2005-7-12 18:50 +0100:
... That's probably your luck. They are deprecated, unsupported, and carry the risk of data loss.
Once, they caused data loss due to a bug introduced during a ZODB restructuring... This bug was fixed a long time ago.
So you should not be using them, anyway :)
Packing, too, once caused data loss (another ZODB bug, also fixed a long time ago). Should we no longer use packing because of this? -- Dieter
participants (4)
-
Charlene -
Dieter Maurer -
Jens Vagelpohl -
Lennart Regebro