Hi Son,

I'd recommend the DeltaV spec (http://www.ietf.org/rfc/rfc3253.txt).

Please, see intermixed.


On 30 Dec 2002 at 13:18, Son Singh wrote:

> 
> Hi,
> 
> I have been using Slide 1.0.16 from sometime. I have started
> using Slide 2.x recently. I was successfully able to configure
> slide for auto versioning. Now the question comes here. 
> 
> 1. How do I get all the versions for a given document ? Is there
> a client side API which can accomplish this ?

For each version-controlled resource (VCR) there is a directory 
(version history resource - VHR) below /history. The first VCR 
gets the 1, the second the 2 and so on. The version resource 
(VR) gets number 1.0, 1.1 and so on.
So the first VR of the first VCR is identified by the URI 
/history/1/1.0.

One of the following two properties DAV:checked-in or 
DAV:checked-out is set on each VCR. It gives you the path to the 
current VR of the VCR. (pages 21-23 of DeltaV spec)

> 
> 2. How do I get different labels associated to a document ?
> 
> 3. How to retrieve the document of a given version number /
> label.
Use the DAV:locate-by-history Report (DeltaV spec p43)

> 
> Any help / pointers will be highly appreciated.
> 
> Thanks in advance,
> 
> Son.
> 
> 

Andreas


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to