Re: postcondition for PUT

From: Boris Bokowski/OTT/OTI (Boris_Bokowski@oti.com)
Date: Wed, Aug 30 2000

  • Next message: Jim Amsden/Raleigh/IBM: "Review of 07 Core Versioning Updated"

    To: ietf-dav-versioning@w3.org
    Message-ID: <OF7B87EF66.1490E623-ON85256949.004FA404@ott.oti.com>
    From: "Boris Bokowski/OTT/OTI" <Boris_Bokowski@oti.com>
    Date: Wed, 30 Aug 2000 11:37:19 -0400
    Subject: Re: postcondition for PUT
    
    > Geoff Clemm:
    > 
    >    From: "Boris Bokowski/OTT/OTI" <Boris_Bokowski@oti.com>
    > 
    >    If a server chooses to put files under version control
    >    automatically, what is the effect of a PUT? Does this create a new
    >    history resource, a new version (implicit CHECKIN...) in that
    >    history resource, and a version selector at the request URL which
    >    selects the new version?
    > 
    > Yes, it would just appear as if the server had automatically applied a
    > VERSION-CONTROL request following the creation of the new resource.
    
    I think sections 5.4 (PUT), 12.6 (MKCOL) and 12.7 (COPY) should be updated 
    so that clients know what they can expect. (Under the current spec, an 
    advanced-versioning server could choose to do an implicit CHECKOUT after 
    the implicit VERSION-CONTROL.)
    It would be even better if the OPTIONS method returned an indication of 
    whether a server put resources under version control automatically.
    
    -Boris.