- From: Lisa Dusseault <lisa@xythos.com>
- Date: Mon, 6 Aug 2001 07:04:54 -0700
- To: "Clemm, Geoff" <gclemm@rational.com>, "'DeltaV'" <ietf-dav-versioning@w3.org>
I assume there's also an empty value for servers that don't do auto-versioning? Or does the property disappear? I still haven't seen a draft with this replaced. lisa > -----Original Message----- > From: ietf-dav-versioning-request@w3.org > [mailto:ietf-dav-versioning-request@w3.org]On Behalf Of Clemm, Geoff > Sent: Monday, July 16, 2001 4:55 AM > To: 'DeltaV' > Subject: RE: auto-checkout and auto-checkin > > > Oops. I had "auto-checkout" in a couple of places where I meant > to have "auto-version" (cut'n'paste can be risky :-). Here's the > fixed proposal: > > > 3.2.2 DAV:auto-version > > If the DAV:auto-version value is DAV:checkout-checkin, when a > modification request (such as PUT/PROPPATCH) is applied to a > checked-in version-controlled resource, the request is automatically > preceded by a checkout and followed by a checkin operation. > > If the DAV:auto-version value is DAV:checkout-unlocked-checkin, when a > modification request is applied to a checked-in version-controlled > resource, the request is automatically preceded by a checkout > operation. If the resource is not write-locked, the request is > automatically followed by a checkin operation. > > If the DAV:auto-version value is DAV:checkout, when a modification > request is applied to a checked-in version-controlled resource, the > request is automatically preceded by a checkout operation. > > If the DAV:auto-version value is DAV:locked-checkout, when a > modification request is applied to a write-locked checked-in > version-controlled resource, the request is automatically preceded by > a checkout operation. > > If a write-locked resource was automatically checked out, when the > write lock is removed (such as from an UNLOCK or lock timeout), if the > resource has not yet been checked in, the removal of the write lock is > automatically preceded by a checkin operation. > > A server MAY refuse to allow the value of the DAV:auto-version > property to be modified. > > <!ELEMENT auto-versionout > (checkout-checkin | checkout-unlocked-checkin | checkout | > locked-checkout) > > > <!ELEMENT checkout-checkin EMPTY> > <!ELEMENT checkout-unlocked-checkin EMPTY> > <!ELEMENT checkout EMPTY> > <!ELEMENT locked-checkout EMPTY> > > > -----Original Message----- > From: Clemm, Geoff [mailto:gclemm@Rational.Com] > Sent: Friday, July 13, 2001 7:11 PM > To: 'DeltaV' > Subject: RE: auto-checkout and auto-checkin > > > Clearly there is significant support for going back to > DAV:auto-version (as opposed to DAV:auto-checkout,DAV:auto-checkin). > If nobody objects to going back to DAV:auto-version , I'm willing to > do so (I believe I was the most enthusiastic supporter of the original > switch to auto-checkout and auto-checkin).
Received on Monday, 6 August 2001 10:06:36 UTC