- Thread starter
- #31
Yeah, some things are not easy to explain and can easily get complicated. Especially we're both not native english speakers. But as long as one of you understands what I'm talking about, I'm happy with it. :wink:
sure
Yes, that's one of the things i tried to explain. So one possibilty would be a base package and some update packages. An xml (or the db) on the server keeps track of them and the update application decides what is necessary for download. It's all a bit complicated, so I'm open for any suggestions at that point. But I guess you (and guilhem) got the idea what I'm driving at.
Ok all version in the DB as an unique ID so if I have version 1.0 of a plug where unique id = 234 and an update for version 1.1 is out with unique id 239, it will download only the 234_to_239.mpi file
If i have a plugin v1.0 (uniqueid=234) and an new version 1.1(uniqueid = 239) is out but i don't take it and now a new one 1.2 is out(uniqueid =245) it will download complet package 245.mpi
I think it is enought ? or should he must download 234_to_239.mpi and next 239_to_245.mpi ?
I dont think it is usefull because of space on server will be used a lot !!!
I think only new version and last version to new update is enought...
Do you agree?