If I understand correctly:
- You got your changesets in tiny changelog files.
- You include all these mini changelogs into an include changelog file generated dynamically at process start, which will include all the changesets created up to this day.
- You run the big file.
Is that it ?
In this case, can't you save the last changeset applied by
this method and start dynamic generation starting from this saved
data ?