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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -