HRefresh will execute an HSync command which has 2 steps. First it tries to delete any files that no longer belong in your target folder, then it checks out any files that need to be checked out.
During the “delete” phase, Harvest came back with this report:
No need to delete: /path/filename
Then, during the checkout phase it did not find any files that needed to be checked out.
You can read more about how Harvest handles the “delete” phase of hsync here: hsync Directory Synchronization - File Deletion
Hsync deletes files in the reference directory that meet the following conditions:
• The check-out version list does not have the version with the same name and relative path as the file.
• The file is read-only.
When the report came back that /path/filename did not need to be deleted, it means that neither of those conditions was found to be true about this file. (either the list of files to check out did include this file, and/or the file is not read-only)
Then, in the checkout phase of Hsync it compares the versions of the files on its list with the corresponding versions found in the target folder. In this case the versions were the same so no need to check anything out.