Currently, downloading a repo ZIP file immediately overwrites any prior file which was already downloaded before. If for any reason the download fails, or is cancelled, the file becomes corrupt (and I delete it). But then the prior file is gone.
Instead, it should download to a temporary location, and once successful, then overwrite any prior file.
Currently, downloading a repo ZIP file immediately overwrites any prior file which was already downloaded before. If for any reason the download fails, or is cancelled, the file becomes corrupt (and I delete it). But then the prior file is gone.
Instead, it should download to a temporary location, and once successful, then overwrite any prior file.