[Zope] Versioning seems to LockOut the site.

Dieter Maurer dieter at handshake.de
Tue Dec 6 15:05:17 EST 2005


Maslak, Michael wrote at 2005-12-6 10:52 -0500:
>Attempting to use the Version to stop from stepping on each others' code
>results in a LockOut error that seems to propagate to any object the
>code in the version touches.  For example, if the versioned object uses
><dtml-var standard_html_header>, then standard_html_header gets locked
>and the site becomes inaccessible.
>
> 
>
>What am I doing wrong?

As soon as you modify an object in a version, it gets looked.
It can no longer be modified outside of the version.
But, it should still be usable (if it is not modified).

What you describe seems to indicate that your objects are
modified during normal use -- a very bad thing.
Carefully check, that your application does not modify
e.g. "standard_html_header" during normal use.

-- 
Dieter


More information about the Zope mailing list