finder does'nt refresh webdav file

roopesh85

Registered
HI ,
I am working on a webdav based finder client for documentum . I have an issue when the repository copy of a text file is edited concurrently on both the repository and from webdav client(finder).
when ever we have to edit the file from webdav client we have a check to see the conflict and in case of conflict we are refreshing and getting the latest copy from the repository and also ensuring the local copy is saved on some location . what i see now is this behaviour works fine with office files where the local copy is deleted and new copy is opened when we are trying to edit the file . but in case of text editor even though i delete the text file from the code i see the local copy is not getting refreshed .
as i see from charles log the webdav client sends a propfind in case of textfile and that continuous for all the files listed , hence the get request is not sent immidiately .
in case of office files there is immidiate GET request going to the webdav server ensuring the repository copy getting downloaded . i am not sure what actually will trigger the GET on the file from client . can some one help me in figuring this out?is there any state or any timing that will be used as information by webdav client in triggering the GET request ?

Thank you
Roopesh
 
Back
Top