RE: Disappearing CHECKINs

From: Clemm, Geoff (gclemm@Rational.Com)
Date: Sun, Mar 19 2000

  • Next message: Clemm, Geoff: "RE: Labels etc"

    Message-ID: <65B141FB11CCD211825700A0C9D609BC01D4D78C@chef.lex.rational.com>
    From: "Clemm, Geoff" <gclemm@Rational.Com>
    To: ietf-dav-versioning@w3.org
    Date: Sun, 19 Mar 2000 22:55:53 -0500
    Subject: RE: Disappearing CHECKINs
    
    Yes, I think we did decide to do that.  I've updated the spec so
    that all operations that create a resource with a stable URL
    (such as CHECKOUT, CHECKIN, VERSION) return the stable URL of the
    resource in a response Location header.
    
    We do currently have a "current-label" field in the Workspace resource,
    but if we take out dynamic version selection, and define CHECKIN to
    update a Workspace to select the new revision, we no longer need the
    current-label functionality, and I would suggest we remove it since
    a client that wants to do this can easily do so with the Location header. 
    
    Cheers,
    Geoff
    
    -----Original Message-----
    From: Tim_Ellison@oti.com [mailto:Tim_Ellison@oti.com]
    Sent: Wednesday, March 01, 2000 4:05 PM
    To: ietf-dav-versioning@w3.org
    Subject: Disappearing CHECKINs
    
    
    
    It would seem useful to return the stable URL of resources from a number of 
    operations, including CHECKIN, since if the revision that was CHECKIN'ed is 
    not selected by the workspace then it disappears.
    
    A workspace that selects purely on labels for example would be in trouble. 
     They can't label the working resource, and after CHECKIN the revision has 
    to be found via the versioned resource revision-set to be labeled.
    
    Tim