Hello everyone,
Is there a way in M1 Build to make a new firmware revision from an older revision (not latest) without creating a new version or deleting all the last revisions of the actual version ?
To illustrate what i would like to do, let say i have a version named "VERSION 1" which has 10 revisions (revision number = 01.01.0010). Now i'm not happy with the new functionalities added to the last 2 revisions (9 and 10) and i want to get rid of all these new functions, so the most convenient way would be to revert the project to revision 8 and restart the firmware devlopment from there, not having to manually remove all the functions and dependencies added during revision 9 and 10.
So basically i would like to "fork" revision 8 to create revision 11 while keeping the same version name (VERSION 1).
I can't find a way of doing it without either creating a new version (eg "VERSION 2") or deleting all the revisions that were made after the one i want to restart from.
Am i missing something here ?
I'm using latest (i beleive) Build software, version 1.4.3.356.
Thanks