Forum Discussion

Michael_D_Butle's avatar
Michael_D_Butle
Frequent Visitor
9 years ago

Collaborator 8.4.8405. How can I dump only the contents of one completed review?

Running Collaborator 8.4.8405 on Windows.  I need to remove files from completed reviews.  I have instructions on how to do this from a previous version (I do not recall which version).  The instruct...
  • AndrewF's avatar
    9 years ago

    Hello Michael,

     

    Please run command:

    ccollab admin review-xml <reviewID> --xpath //md5sum

    It will return md5sums for your material. The first six characters of the hexadecimal md5 hash are used, two each, to form the three subdirectories it is under (in sequence) under the content cache, so a file with md5 hash 123456abcde... would be in collaborator-content-cache/12/34/56/ named 123456abcde.., you have to archive this file.

     

    Regards.