Hi, I am trying to do a DAV:version-tree report!
I create a new resource on the server and do a couple of checkout/checkin to create a couple of revisions of the resource! I then request a REPORT on the resource with the following body: <?xml version=\"1.0\" encoding=\"utf-8\"?> <D:version-tree xmlns:D='DAV:'> <D:prop> <D:version-name/> <D:creator-displayname/> <D:successor-set/> </D:prop> </D:version-tree> (Example taken from the DeltaV documentation) Then I get a nice report back with correct data, but if I then restart the server the successor-set disappears!! If I then create a new revision of the resource and run the report request again then the successor-set for the previous revision will point to the new revision but the others still have an empty successor-set? Is this a bug or am I missing something? /Jacob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
