Hi,
Move to collab is not receiving files from the folder. Files exist in the folder and Poll File System folder smart service is able to read the list of files.
Details below:
1) Move to Collab
Output
2) Poll file system folder
Both constants point to same folder on local server.
Please let me know if anyone has faced this issue
Discussion posts and replies are publicly visible
I got the root cause of rhe issue.
Move to collab smart service is only reading files which are updated even if I have specified COPY ONLY IF UPDATED as false.
Did anyone experienced the same issue.
I think it make sense, can you elaborate on why you need to push unchanged files which are already existing on the FS.
The issue is that Git considers these files to be unmodified from the previous commit, and as a result, they are disregarded. Despite the fact that I made the modifications myself, Git G Switch continues to report that the file is unmodified.
What are the steps I need to take to "forcefully" add that one file to my repository?