Creating many updates

Hello!I started using you wyBuild and wyUpdate and it seems to work great. Unfortunately I stumbled across some problem.I would like do automatically create new update for every new version(revision) of our program, to enable some kind of CI (testers have access to newest version of our code). It means that there are 4-5 mini updates everyday. Program is quite big - around 250MB with videos and images, so we are not able to store all versions and create all updates everytime. We decided, that we will create update from version to version, using command line arguments do wyBuild - every time creating one update.Unfortunately after build only the newest (single) version is in wyserver.wys file. Is there a way to achieve what we want to do? What is the structure of *.wys so we could generate it ourselves?

I'm not quite sure what you're trying to do. If the problem if that you don't want to store your old versions, then you can just create a single version tab in wyBuild and that will update any version. The downside to that method (single version tab, instead of a tab for every version) is that wyBuild won't generate patches. That is, it will use full files instead of generating tiny patch files.

Does that help, or have I misunderstood you?

Hello thanks for you answers.After some looking around I think that what I meant is the ability to generate incremental patches. I would like to update from one version to another by applying several patches. I think that it is the only possibility to have small updates. I don't think this feature is available, is it?To be specific: we have three versions of our software: 0.1.1, 0.1.2, 0.1.3 - All created on the same day and big (250MB). I would like to create two tiny patches from 0.1.1 to 0.1.2 and 0.1.2 to 0.1.3 and would like to apply them in order. I thought that it is possible by generating patches from command line with -vs and -ve switches, but this ereases all other patch information from the server file, and I don't think it is supported by wyUpdate. Am I right?

We don't yet support "incremental patches"; just "direct patches" and "dumb full-file updates".

Incremental patches are coming with wyBuild 2.8.