java - how can I get list of revisions of file from webdav repository on client side -
I'm getting a list of files through a profit mode:
DavMethod pFind = New PropFindMethod (URL, deviantstant.propix_polip, devonstant. DEPTH_1); HttpClient.executeMethod (pFind); Multistats Multistat = pFind.getResponseBodyAsMultiStatus (); Multistat Response [] Responses = Multistat.Getrespons (); For (int i = 0; i
but there is no information about the modification of the properties
resource. How do I get this information?
Live DeltaAV properties have not been reported with PROPFIND allprop; You may need DAV: Check-In, DAV: Check-Out, and DAV: Version-History, or DAV: Version-History Report.
Comments
Post a Comment