You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hashLocal != hashRemote -> file changed (but local or remote?) -> handle as remote
if entry in local manifest BUT not in remote manifest -> delete / new local file -> handle as delete
if entry in remote but not in local -> new remote file
if local file found not in local manifest -> new local file
But on the second time running this function, and you did not update the manifest, the files are getting uploaded again. I can also not add them to the local file manifest, because it would then delete the new local files.
Maybe it would general be easier to compare lastModified instead hashes, if it's even possible to get everywhere these values?
Since I currently prefer to use the php manifest version, this Issue does not affect me. But feel free to find a solution yourself and send a PR.
The text was updated successfully, but these errors were encountered:
comparing logic:
But on the second time running this function, and you did not update the manifest, the files are getting uploaded again. I can also not add them to the local file manifest, because it would then delete the new local files.
Maybe it would general be easier to compare lastModified instead hashes, if it's even possible to get everywhere these values?
Since I currently prefer to use the php manifest version, this Issue does not affect me. But feel free to find a solution yourself and send a PR.
The text was updated successfully, but these errors were encountered: