Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

How to download separate zip files

Sebastiano Mandalà edited this page Aug 8, 2018 · 7 revisions

Just don't do it, it's way more complicated and error prone, but if you really want to do it:

Right, you don't want to install git, I understand that. The process is more manual, but maybe less traumatic:

  • Download the repository using the Download Zip option.
  • Unzip the file in to a new folder. Svelto.Common, Svelto.ECS and Svelto.Tasks may be empty. If so this is what you have to do:
  • Without leaving the current repository, search for the missing folder, you will see that this points to a specific changelist, example:

  • click on the single folder, one by one and for each download the zip file separately. Be sure that you download the zip file exactly from the page where the folder is pointing to. This because I do not continuously update all the examples with the latest version of the framework, so they are tested to work with that specific changelist only. Once you get the separate zip files, unzip them inside the original empty folder.

I hope this is not too confusing. My explanation is probably more confusing than the actually concept is.