Re: If: header and "parent" resource checking

   From: jamsden@us.ibm.com

   What does everyone else think? Do we need locking and versioning together?
   We're trying to make them work together, and leverage locking semantics
   whenever possible. But it hasn't been easy, and its cost us some
   flexibility.

This question has two parts:

- If you are writing a versioning client, do you care whether your
versioning server gives you any locking capability (and if so, should
it be compatible with locking defined for non-versioning servers)?

- If you are writing a versioning server, do you care that versioning
unaware locking clients work against your server?

In my case, I care about the former, to control access of multiple
clients to the same working resource, and I care about the latter,
because there are some very important versioning unaware locking clients.

Cheers,
Geoff

Received on Monday, 29 May 2000 23:24:27 UTC