Hi. Is there a way to support file locking? It seems it is supported through WebDAV, although I haven't tried. But how doe's one do this with the management interface? The goal is to prevent several people from changing the same document at the same time. -- MVH Jørgen H. Fjeld
No simple way is available to lock a document through the management interface currently, sorry. - C Jørgen Hermanrud Fjeld wrote:
Hi.
Is there a way to support file locking? It seems it is supported through WebDAV, although I haven't tried. But how doe's one do this with the management interface? The goal is to prevent several people from changing the same document at the same time.
--
MVH Jørgen H. Fjeld
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Not exactly correct. You could use a Version. People not joined to that version would not be able to modify the files that are being edited within the version. On 25 Jun 2001 19:23:10 -0400, Chris McDonough wrote:
No simple way is available to lock a document through the management interface currently, sorry.
- C
Jørgen Hermanrud Fjeld wrote:
Hi.
Is there a way to support file locking? It seems it is supported through WebDAV, although I haven't tried. But how doe's one do this with the management interface? The goal is to prevent several people from changing the same document at the same time.
--
MVH Jørgen H. Fjeld
-- "There's never enough time to do | M. Adam Kendall all the nothing you want." | mak@kha0s.org -Bill Watterson (Calvin and Hobbes) | http://www.zopelabs.com
Are there plans to add such a feature? Given Zope 2.4 supports file locking with WebDAV, aren't there general locking mechanisms in Zope, thus it is only required to call the correct methods from the managment interface? Or is this not the case? Sincerely Jørgen tirsdag 26. juni 2001 01:23, skrev Chris McDonough:
No simple way is available to lock a document through the management interface currently, sorry.
- C
Jørgen Hermanrud Fjeld wrote:
Hi.
Is there a way to support file locking? It seems it is supported through WebDAV, although I haven't tried. But how doe's one do this with the management interface? The goal is to prevent several people from changing the same document at the same time.
--
MVH Jørgen H. Fjeld
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- MVH Jørgen H. Fjeld
Jørgen Hermanrud Fjeld wrote:
Are there plans to add such a feature?
No plans that I know of..
Given Zope 2.4 supports file locking with WebDAV, aren't there general locking mechanisms in Zope, thus it is only required to call the correct methods from the managment interface? Or is this not the case?
I'm not sure if I know enough about it, but I've heard that there are issues involved with overloading the DAV locking stuff for use as a general locking facility, and that's why it's not available now. Sorry I can't get more specific than that. - C
participants (3)
-
Chris McDonough -
Jørgen Hermanrud Fjeld -
M. Adam Kendall